Skip to content

Commit 36ad61e

Browse files
committed
Update LLQL version and changelogs
1 parent 8beae33 commit 36ad61e

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

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

3+
## Version 0.9.0 _(2025-11-21)_
4+
5+
- Migrate to GitQL SDK 42.
6+
- Migrate to LLVM 20.1.
7+
38
## Version 0.8.0 _(2025-08-03)_
49

510
- Migrate to GitQL 0.40.0.

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.8.0"
4+
version = "0.9.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)