Skip to content

Commit e21dcdd

Browse files
committed
feat: Upgrade gitql sdk to 0.22.0 to support slice
1 parent bad2faa commit e21dcdd

File tree

3 files changed

+26
-14
lines changed

3 files changed

+26
-14
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
Change Log
22
==========
33

4+
Version 0.5.0 *(2024-06-12)*
5+
-----------------------------
6+
7+
* Migrate GitQL SDK to 0.22.0
8+
* Support query `name` and `location` of union.
9+
10+
Version 0.4.0 *(2024-06-08)*
11+
-----------------------------
12+
13+
* Migrate GitQL SDK to 0.20.0
14+
* Remove lazy_static crate
15+
416
Version 0.3.0 *(2024-05-10)*
517
-----------------------------
618

Cargo.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "clangql"
33
authors = ["AmrDeveloper"]
4-
version = "0.4.0"
4+
version = "0.5.0"
55
edition = "2021"
66
description = "A tool to run SQL-like query on your C/C++ Abstract syntax tree"
77
license = "MIT"
@@ -15,9 +15,9 @@ exclude = [".github/**", "docs/**", "media/**", "scripts/**"]
1515
[dependencies]
1616
gitql-core = "0.2.0"
1717
gitql-std = "0.2.0"
18-
gitql-cli = "0.21.0"
19-
gitql-ast = "0.19.0"
20-
gitql-parser = "0.20.0"
21-
gitql-engine = "0.21.0"
18+
gitql-ast = "0.20.0"
19+
gitql-parser = "0.21.1"
20+
gitql-engine = "0.22.0"
21+
gitql-cli = "0.22.1"
2222
atty = "0.2.14"
2323
clang-sys = "1.7.0"

0 commit comments

Comments
 (0)