File tree Expand file tree Collapse file tree 4 files changed +21
-3
lines changed
Expand file tree Collapse file tree 4 files changed +21
-3
lines changed Original file line number Diff line number Diff 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.5.2] ( https://github.com/toolCHAINZ/jingle/compare/jingle-v0.5.1...jingle-v0.5.2 ) - 2026-02-02
11+
12+ ### Added
13+
14+ - Add lifetime to pcodestore ([ #147 ] ( https://github.com/toolCHAINZ/jingle/pull/147 ) )
15+
16+ ### Other
17+
18+ - generalize display impls, rename trait, move it to jingle_sleigh ([ #151 ] ( https://github.com/toolCHAINZ/jingle/pull/151 ) )
19+ - move basic_block cfg impl to a trait and auto-impl for any edge type that is AsRef<PcodeOperation >
20+ - rename final => terminating ([ #149 ] ( https://github.com/toolCHAINZ/jingle/pull/149 ) )
21+
1022## [ 0.5.1] ( https://github.com/toolCHAINZ/jingle/compare/jingle-v0.5.0...jingle-v0.5.1 ) - 2026-02-01
1123
1224### Added
Original file line number Diff line number Diff line change 11[package ]
22name = " jingle"
3- version = " 0.5.1 "
3+ version = " 0.5.2 "
44edition = " 2024"
55description = " SMT Modeling for Ghidra's PCODE"
66homepage = " https://github.com/toolCHAINZ/jingle"
@@ -22,7 +22,7 @@ name = "jingle"
2222required-features = [" bin" ]
2323
2424[dependencies ]
25- jingle_sleigh = { path = " ../jingle_sleigh" , version = " 0.4.3 " }
25+ jingle_sleigh = { path = " ../jingle_sleigh" , version = " 0.4.4 " }
2626z3 = { version = " 0.19.0" }
2727z3-sys = { version = " 0.10.0" , optional = true }
2828thiserror = " 2.0"
Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.4.4] ( https://github.com/toolCHAINZ/jingle/compare/jingle_sleigh-v0.4.3...jingle_sleigh-v0.4.4 ) - 2026-02-02
11+
12+ ### Other
13+
14+ - generalize display impls, rename trait, move it to jingle_sleigh ([ #151 ] ( https://github.com/toolCHAINZ/jingle/pull/151 ) )
15+
1016## [ 0.4.3] ( https://github.com/toolCHAINZ/jingle/compare/jingle_sleigh-v0.4.2...jingle_sleigh-v0.4.3 ) - 2026-02-01
1117
1218### Added
Original file line number Diff line number Diff line change 11[package ]
22name = " jingle_sleigh"
3- version = " 0.4.3 "
3+ version = " 0.4.4 "
44edition = " 2024"
55description = " An FFI layer for Ghidra's SLEIGH"
66homepage = " https://github.com/toolCHAINZ/jingle"
You can’t perform that action at this time.
0 commit comments