Skip to content

Commit ac10013

Browse files
committed
Update version and changelog for version 0.8.0
1 parent 999700a commit ac10013

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

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

4+
Version 0.8.0 *(2025-01-06)*
5+
-----------------------------
6+
7+
* Migrate GitQL SDK to 0.35.0
8+
9+
Version 0.7.0 *(2024-08-14)*
10+
-----------------------------
11+
12+
* Migrate GitQL SDK to 0.25.0
13+
414
Version 0.6.0 *(2024-06-12)*
515
-----------------------------
616

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "clangql"
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 your C/C++ Abstract syntax tree"
77
license = "MIT"

0 commit comments

Comments
 (0)