-
-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update changelog and crates versions
- Loading branch information
1 parent
e031a5d
commit 72f82d1
Showing
7 changed files
with
48 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
[package] | ||
name = "gitql-cli" | ||
authors = ["AmrDeveloper"] | ||
version = "0.16.0" | ||
version = "0.17.0" | ||
edition = "2021" | ||
description = "GitQL Command line interface (CLI) components" | ||
repository = "https://github.com/amrdeveloper/gql/tree/main/crates/gitql-cli" | ||
license = "MIT" | ||
|
||
[dependencies] | ||
gitql-ast = { path = "../gitql-ast", version = "0.14.0" } | ||
gitql-parser = { path = "../gitql-parser", version = "0.15.0" } | ||
gitql-ast = { path = "../gitql-ast", version = "0.15.0" } | ||
gitql-parser = { path = "../gitql-parser", version = "0.16.0" } | ||
comfy-table = "7.1.0" | ||
termcolor = "1.4.1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
[package] | ||
name = "gitql-engine" | ||
authors = ["AmrDeveloper"] | ||
version = "0.16.0" | ||
version = "0.17.0" | ||
edition = "2021" | ||
description = "GitQL Engine" | ||
repository = "https://github.com/amrdeveloper/gql/tree/main/crates/gitql-engine" | ||
license = "MIT" | ||
|
||
[dependencies] | ||
gitql-ast = { path = "../gitql-ast", version = "0.14.0" } | ||
regex = "1.10.3" | ||
gitql-ast = { path = "../gitql-ast", version = "0.15.0" } | ||
regex = "1.10.4" | ||
gix = { workspace = true, features = ["blob-diff"] } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
[package] | ||
name = "gitql-parser" | ||
authors = ["AmrDeveloper"] | ||
version = "0.15.0" | ||
version = "0.16.0" | ||
edition = "2021" | ||
description = "GitQL parser" | ||
repository = "https://github.com/amrdeveloper/gql/tree/main/crates/gitql-parser" | ||
license = "MIT" | ||
|
||
[dependencies] | ||
gitql-ast = { path = "../gitql-ast", version = "0.14.0" } | ||
gitql-ast = { path = "../gitql-ast", version = "0.15.0" } |