Skip to content

Commit 1edaa59

Browse files
committed
Update LLQL Version and changelog file
1 parent cc95766 commit 1edaa59

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

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

3+
## Version 0.3.0 _(2024-12-18)_
4+
5+
- Migrate to GitQL 0.32.0.
6+
- Support Script mode.
7+
- Add CLI option to enable scripting mode.
8+
- Implement Logical and Arithmetic shifts matchers.
9+
- Implement `m_half` Matchers.
10+
- Implement `m_or`, `m_and`, `m_xor`, `m_c_or`, `m_c_and`, `m_c_xor`, Matchers.
11+
- Implement `m_invoke`, `m_landingpad` Matchers.
12+
313
## Version 0.2.0 _(2024-11-17)_
414

515
- Handle Parsing IR/BC files with invalid content.

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.2.0"
4+
version = "0.3.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)