Skip to content

Commit cd4a740

Browse files
committed
Update LLQL Version and Changelog fiels for 0.2.0
1 parent c887209 commit cd4a740

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

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

3+
## Version 0.2.0 _(2024-11-17)_
4+
5+
- Handle Parsing IR/BC files with invalid content.
6+
- Migrate to GitQL SDK 0.31.0.
7+
- Implement `m_inst_type` to match instruction depending only on type.
8+
- Implement Unused instruction matcher.
9+
- Implement `m_has_n_uses`, `m_has_one_use`, `m_unused` Instruction matcher.
10+
- Implement `m_argument(str)` to match argument value.
11+
- Implement `m_const_null` Matcher for constants pointer null.
12+
- Implement Matchers for constants integer, Float.
13+
- Implement m_label to Match label with optional text.
14+
315
## Version 0.1.0 _(2024-10-30)_
416

517
- The first release of LLQL.

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.1.0"
4+
version = "0.2.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)