Skip to content

Commit

Permalink
feat: Upgrade gitql sdk to 0.22.0 to support slice
Browse files Browse the repository at this point in the history
  • Loading branch information
AmrDeveloper committed Jun 12, 2024
1 parent bad2faa commit e21dcdd
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 14 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Change Log
==========

Version 0.5.0 *(2024-06-12)*
-----------------------------

* Migrate GitQL SDK to 0.22.0
* Support query `name` and `location` of union.

Version 0.4.0 *(2024-06-08)*
-----------------------------

* Migrate GitQL SDK to 0.20.0
* Remove lazy_static crate

Version 0.3.0 *(2024-05-10)*
-----------------------------

Expand Down
18 changes: 9 additions & 9 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 = "clangql"
authors = ["AmrDeveloper"]
version = "0.4.0"
version = "0.5.0"
edition = "2021"
description = "A tool to run SQL-like query on your C/C++ Abstract syntax tree"
license = "MIT"
Expand All @@ -15,9 +15,9 @@ exclude = [".github/**", "docs/**", "media/**", "scripts/**"]
[dependencies]
gitql-core = "0.2.0"
gitql-std = "0.2.0"
gitql-cli = "0.21.0"
gitql-ast = "0.19.0"
gitql-parser = "0.20.0"
gitql-engine = "0.21.0"
gitql-ast = "0.20.0"
gitql-parser = "0.21.1"
gitql-engine = "0.22.0"
gitql-cli = "0.22.1"
atty = "0.2.14"
clang-sys = "1.7.0"

0 comments on commit e21dcdd

Please sign in to comment.