Skip to content

Commit b114c7d

Browse files
committed
Update LLQL version & Changelogs
1 parent 751d3c3 commit b114c7d

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

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

3+
## Version 0.11.0 _(2025-02-01)_
4+
5+
- Implement `m_alloca_exception` and `m_free_exception` matchers.
6+
- Implement `m_begin_catch` and `m_end_catch` matchers.
7+
- Implement `m_throw` and `m_rethrow` matchers.
8+
- Implement `m_callbr` inst matcher.
9+
- Implement `m_eh_typeid` matcher.
10+
- Implement `m_resume` matcher.
11+
- Implement `m_get_element_ptr` matcher
12+
- Migrate to inkwell 0.8.0.
13+
314
## Version 0.10.0 _(2025-12-12)_
415

516
- Migrate to LLVM 21.1.

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.10.0"
4+
version = "0.11.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)