Skip to content

Commit d4c559d

Browse files
committed
Update Version and changelogs for version 0.10.0
1 parent 3c6d515 commit d4c559d

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## Version 0.10.0 _(2025-12-12)_
4+
5+
- Migrate to LLVM 21.1.
6+
37
## Version 0.9.0 _(2025-11-21)_
48

59
- Migrate to GitQL SDK 42.

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 = "llql"
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 LLVM IR or Bitcode files"
77
license = "MIT"

0 commit comments

Comments
 (0)