Skip to content

Commit ff36111

Browse files
committed
Update FileQL version to 0.8.0
1 parent 5950272 commit ff36111

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
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.8.0 *(2024-09-09)*
5+
-----------------------------
6+
7+
* Fix the provider when number of tables is zero.
8+
* Update GitQL SDK to 0.27.0.
9+
410
Version 0.7.0 *(2024-08-4)*
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "fileql"
33
authors = ["AmrDeveloper"]
4-
version = "0.7.0"
4+
version = "0.8.0"
55
edition = "2021"
66
description = "A tool to run SQL-like query on local files using GitQL SDK"
77
license = "MIT"
@@ -19,4 +19,4 @@ gitql-cli = "0.27.0"
1919
gitql-ast = "0.24.0"
2020
gitql-parser = "0.26.0"
2121
gitql-engine = "0.27.0"
22-
atty = "0.2.14"
22+
atty = "0.2.14"

0 commit comments

Comments
 (0)