Skip to content

Commit 5e7a33a

Browse files
committed
Update LLQL version for 0.5.0
1 parent 8e134ef commit 5e7a33a

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

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

3+
## Version 0.5.0 _(2025-02-8)_
4+
5+
- Implement `m_operands_number` Matcher.
6+
- Implement `m_trunc`, `m_fp_trunc`, `m_fp_to_ui` and `m_fp_to_si` Matchers.
7+
- Implement `m_int_to_ptr`, `m_ptr_to_int` and `m_bit_cast` Matchers.
8+
- Implement `m_addr_space_cast`, `m_zext` and `m_sext` Matchers.
9+
310
## Version 0.4.0 _(2025-01-04)_
411

512
- Implement `m_or_disjoint`, `m_c_or_disjoint` Matchers.

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.4.0"
4+
version = "0.5.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)