Skip to content

Commit 675a78d

Browse files
committed
Update GitQL SDK version and FileQL version
1 parent c121add commit 675a78d

File tree

3 files changed

+94
-50
lines changed

3 files changed

+94
-50
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.3.0 *(2024-04-29)*
5+
-----------------------------
6+
7+
* Pre allocate rows and values with fixed size.
8+
* Upgrade to GitQL SDk 0.18.0
9+
410
Version 0.2.0 *(2024-03-01)*
511
-----------------------------
612

Cargo.lock

Lines changed: 83 additions & 45 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.2.0"
4+
version = "0.3.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.16.0"
17-
gitql-ast = "0.14.0"
18-
gitql-parser = "0.15.0"
19-
gitql-engine = "0.16.0"
16+
gitql-cli = "0.18.0"
17+
gitql-ast = "0.16.0"
18+
gitql-parser = "0.17.0"
19+
gitql-engine = "0.18.0"
2020
lazy_static = "1.4.0"
2121
atty = "0.2.14"

0 commit comments

Comments
 (0)