Skip to content

Commit cc5ffc7

Browse files
authored
chore: release (#136)
* chore: release * chore: release * bump
1 parent 58c6fa6 commit cc5ffc7

File tree

5 files changed

+29
-4
lines changed

5 files changed

+29
-4
lines changed

jingle/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.5.0](https://github.com/toolCHAINZ/jingle/compare/jingle-v0.4.2...jingle-v0.5.0) - 2026-01-28
11+
12+
### Added
13+
14+
- [**breaking**] SMT valuation analysis ([#135](https://github.com/toolCHAINZ/jingle/pull/135))
15+
- specialized varnode map data structure, analysis refactor ([#134](https://github.com/toolCHAINZ/jingle/pull/134))
16+
- Allow Location Lattice Elements in CFGs ([#132](https://github.com/toolCHAINZ/jingle/pull/132))
17+
18+
### Other
19+
20+
- Trait Cleanup and PcodeOpRef ([#133](https://github.com/toolCHAINZ/jingle/pull/133))
21+
- Analysis Refactoring ([#129](https://github.com/toolCHAINZ/jingle/pull/129))
22+
1023
## [0.4.2](https://github.com/toolCHAINZ/jingle/compare/jingle-v0.4.1...jingle-v0.4.2) - 2025-12-21
1124

1225
### Fixed

jingle/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jingle"
3-
version = "0.4.2"
3+
version = "0.5.0"
44
edition = "2024"
55
description = "SMT Modeling for Ghidra's PCODE"
66
homepage = "https://github.com/toolCHAINZ/jingle"
@@ -22,7 +22,7 @@ name = "jingle"
2222
required-features = ["bin"]
2323

2424
[dependencies]
25-
jingle_sleigh = { path = "../jingle_sleigh", version = "0.4.1" }
25+
jingle_sleigh = { path = "../jingle_sleigh", version = "0.4.2" }
2626
z3 = { version = "0.19.0" }
2727
z3-sys = { version = "0.10.0", optional = true }
2828
thiserror = "2.0"

jingle_python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ extension-module = ["pyo3/extension-module"]
1818

1919
[dependencies]
2020
pyo3 = "0.27.2"
21-
jingle = {path = "../jingle", features = ["pyo3", "gimli"], version = "0.4.2" }
21+
jingle = {path = "../jingle", features = ["pyo3", "gimli"], version = "0.5.0" }

jingle_sleigh/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.4.2](https://github.com/toolCHAINZ/jingle/compare/jingle_sleigh-v0.4.1...jingle_sleigh-v0.4.2) - 2026-01-28
11+
12+
### Added
13+
14+
- specialized varnode map data structure, analysis refactor ([#134](https://github.com/toolCHAINZ/jingle/pull/134))
15+
- Allow Location Lattice Elements in CFGs ([#132](https://github.com/toolCHAINZ/jingle/pull/132))
16+
17+
### Other
18+
19+
- Trait Cleanup and PcodeOpRef ([#133](https://github.com/toolCHAINZ/jingle/pull/133))
20+
- Analysis Refactoring ([#129](https://github.com/toolCHAINZ/jingle/pull/129))
21+
1022
## [0.4.1](https://github.com/toolCHAINZ/jingle/compare/jingle_sleigh-v0.4.0...jingle_sleigh-v0.4.1) - 2025-12-21
1123

1224
### Fixed

jingle_sleigh/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jingle_sleigh"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
edition = "2024"
55
description = "An FFI layer for Ghidra's SLEIGH"
66
homepage = "https://github.com/toolCHAINZ/jingle"

0 commit comments

Comments
 (0)