Skip to content

Commit 7d695d8

Browse files
committed
Update version to 0.7.0 and changelogs files
1 parent 1e49d5c commit 7d695d8

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.7.0 _(2025-05-04)_
4+
5+
- Implement `m_dbg_line` and `m_dbg_column` matchers.
6+
- Implement `m_const_num` and `m_const_expr` matchers.
7+
- Migrate to GitQL 0.38.0.
8+
- Migrate to use llvm 18.1
9+
310
## Version 0.6.0 _(2025-03-21)_
411

512
- Implement `m_cast`, `m_fpext` and `m_ext` Cast 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.6.0"
4+
version = "0.7.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)