Skip to content

Commit 033bba7

Browse files
committed
Update version and changelogs for version 0.6.0
1 parent 270a8a3 commit 033bba7

File tree

3 files changed

+14
-5
lines changed

3 files changed

+14
-5
lines changed

CHANGELOG.md

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

3+
## Version 0.6.0 _(2025-03-21)_
4+
5+
- Implement `m_cast`, `m_fpext` and `m_ext` Cast Matchers.
6+
- Implement `m_binop`, `m_c_binop` Matchers.
7+
- Implement `m_arithmetic`, `m_c_arithmetic` Matchers.
8+
- Implement `m_range_int` Matcher
9+
- Allow Cast matchers to match the value.
10+
- Migrate to GitQL 0.37.0
11+
312
## Version 0.5.0 _(2025-02-8)_
413

514
- Implement `m_operands_number` Matcher.

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "llql"
33
authors = ["AmrDeveloper"]
4-
version = "0.5.0"
4+
version = "0.6.0"
55
edition = "2021"
66
description = "A tool to run SQL-like query on your LLVM IR or Bitcode files"
77
license = "MIT"
@@ -23,7 +23,7 @@ gitql-cli = "0.37.0"
2323
inkwell = { version = "0.5.0", features = ["llvm18-0"] }
2424

2525
lineeditor = "0.4.1"
26-
dyn-clone = "1.0.17"
26+
dyn-clone = "1.0.19"
2727

2828
[profile.release]
2929
lto = true

0 commit comments

Comments
 (0)