Skip to content

Commit

Permalink
Update GitQL SDK version and FileQL version
Browse files Browse the repository at this point in the history
  • Loading branch information
AmrDeveloper committed Apr 29, 2024
1 parent c121add commit 675a78d
Show file tree
Hide file tree
Showing 3 changed files with 94 additions and 50 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Change Log
==========

Version 0.3.0 *(2024-04-29)*
-----------------------------

* Pre allocate rows and values with fixed size.
* Upgrade to GitQL SDk 0.18.0

Version 0.2.0 *(2024-03-01)*
-----------------------------

Expand Down
128 changes: 83 additions & 45 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "fileql"
authors = ["AmrDeveloper"]
version = "0.2.0"
version = "0.3.0"
edition = "2021"
description = "A tool to run SQL-like query on local files using GitQL SDK"
license = "MIT"
Expand All @@ -13,9 +13,9 @@ categories = ["command-line-utilities"]
exclude = [".github/**", "docs/**", "media/**", "scripts/**"]

[dependencies]
gitql-cli = "0.16.0"
gitql-ast = "0.14.0"
gitql-parser = "0.15.0"
gitql-engine = "0.16.0"
gitql-cli = "0.18.0"
gitql-ast = "0.16.0"
gitql-parser = "0.17.0"
gitql-engine = "0.18.0"
lazy_static = "1.4.0"
atty = "0.2.14"

0 comments on commit 675a78d

Please sign in to comment.