Skip to content

Commit 1f49ba1

Browse files
committed
Update FileQL version and changelogs file
1 parent b239b84 commit 1f49ba1

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Change Log
22
==========
33

4+
Version 0.4.0 *(2024-06-04)*
5+
-----------------------------
6+
7+
* Upgrade to GitQL SDk 0.20.0
8+
* Remove `lazy_static` crate
9+
410
Version 0.3.0 *(2024-04-29)*
511
-----------------------------
612

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "fileql"
33
authors = ["AmrDeveloper"]
4-
version = "0.3.0"
4+
version = "0.4.0"
55
edition = "2021"
66
description = "A tool to run SQL-like query on local files using GitQL SDK"
77
license = "MIT"

0 commit comments

Comments
 (0)