File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.5.3] ( https://github.com/toolCHAINZ/jingle/compare/jingle-v0.5.2...jingle-v0.5.3 ) - 2026-02-03
11+
12+ ### Added
13+
14+ - Add From<&PcodeMachineAddress> for ConcretePcodeAddress ([ #155 ] ( https://github.com/toolCHAINZ/jingle/pull/155 ) )
15+
16+ ### Changed
17+
18+ - sub_cfg_from_indices accepts any iterator for nodes ([ #152 ] ( https://github.com/toolCHAINZ/jingle/pull/152 ) )
19+
20+ ### Other
21+
22+ - simplify smt valuation names and make them unique ([ #154 ] ( https://github.com/toolCHAINZ/jingle/pull/154 ) )
23+
1024## [ 0.5.2] ( https://github.com/toolCHAINZ/jingle/compare/jingle-v0.5.1...jingle-v0.5.2 ) - 2026-02-02
1125
1226### Added
Original file line number Diff line number Diff line change 11[package ]
22name = " jingle"
3- version = " 0.5.2 "
3+ version = " 0.5.3 "
44edition = " 2024"
55description = " SMT Modeling for Ghidra's PCODE"
66homepage = " https://github.com/toolCHAINZ/jingle"
You can’t perform that action at this time.
0 commit comments