Skip to content

Commit 2e36256

Browse files
committed
Update changelogs file and version
1 parent 8fa6c06 commit 2e36256

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Change Log
22
==========
33

4+
Version 0.10.0 *(2025-03-26)*
5+
-----------------------------
6+
7+
- Implement `m_template_function` function matcher.
8+
- Implement `m_conversion_function` function matcher.
9+
- Implement `m_function_decl` function matcher.
10+
- Implement `m_function_def` function matcher.
11+
412
Version 0.9.0 *(2025-01-12)*
513
-----------------------------
614

@@ -70,4 +78,4 @@ Version 0.2.0 *(2024-04-26)*
7078
Version 0.1.0 *(2024-04-05)*
7179
-----------------------------
7280

73-
* First release of ClangQL.
81+
* First release of ClangQL.

Cargo.lock

Lines changed: 3 additions & 3 deletions
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 = "clangql"
33
authors = ["AmrDeveloper"]
4-
version = "0.9.0"
4+
version = "0.10.0"
55
edition = "2021"
66
description = "A tool to run SQL-like query on your C/C++ Abstract syntax tree"
77
license = "MIT"
@@ -20,7 +20,7 @@ gitql-ast = "0.33.0"
2020
gitql-parser = "0.36.0"
2121
gitql-engine = "0.37.0"
2222
clang-sys = { version = "1.8.1", features = ["clang_16_0"] }
23-
dyn-clone = "1.0.17"
23+
dyn-clone = "1.0.19"
2424

2525
[profile.release]
2626
codegen-units = 1

0 commit comments

Comments
 (0)