Skip to content

Commit 6125c30

Browse files
committed
Upgrade GitQL SDK version and update changelog files
1 parent db9eb90 commit 6125c30

File tree

3 files changed

+21
-14
lines changed

3 files changed

+21
-14
lines changed

CHANGELOG.md

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

4+
Version 0.2.0 *(2024-03-01)*
5+
-----------------------------
6+
7+
* Support selecting `is_dir`.
8+
* Support selecting `is_file`
9+
* Upgrade to GitQL SDk 0.15.0
10+
411
Version 0.1.0 *(2024-02-16)*
512
-----------------------------
613

Cargo.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "fileql"
33
authors = ["AmrDeveloper"]
4-
version = "0.1.0"
4+
version = "0.2.0"
55
edition = "2021"
66
description = "A tool to run SQL-like query on local files using GitQL SDK"
77
license = "MIT"
@@ -13,9 +13,9 @@ categories = ["command-line-utilities"]
1313
exclude = [".github/**", "docs/**", "media/**", "scripts/**"]
1414

1515
[dependencies]
16-
gitql-cli = "0.14.0"
17-
gitql-ast = "0.12.0"
18-
gitql-parser = "0.13.0"
19-
gitql-engine = "0.14.0"
16+
gitql-cli = "0.15.0"
17+
gitql-ast = "0.13.0"
18+
gitql-parser = "0.14.0"
19+
gitql-engine = "0.15.0"
2020
lazy_static = "1.4.0"
2121
atty = "0.2.14"

0 commit comments

Comments
 (0)