Skip to content

Commit

Permalink
Update FileQL version to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AmrDeveloper committed Sep 9, 2024
1 parent 5950272 commit ff36111
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 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.8.0 *(2024-09-09)*
-----------------------------

* Fix the provider when number of tables is zero.
* Update GitQL SDK to 0.27.0.

Version 0.7.0 *(2024-08-4)*
-----------------------------

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "fileql"
authors = ["AmrDeveloper"]
version = "0.7.0"
version = "0.8.0"
edition = "2021"
description = "A tool to run SQL-like query on local files using GitQL SDK"
license = "MIT"
Expand All @@ -19,4 +19,4 @@ gitql-cli = "0.27.0"
gitql-ast = "0.24.0"
gitql-parser = "0.26.0"
gitql-engine = "0.27.0"
atty = "0.2.14"
atty = "0.2.14"

0 comments on commit ff36111

Please sign in to comment.