Skip to content

Commit 716b9db

Browse files
authored
chore(jingle): release v0.5.3 (#153)
1 parent 2ba61b5 commit 716b9db

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

jingle/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff 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

jingle/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"
3-
version = "0.5.2"
3+
version = "0.5.3"
44
edition = "2024"
55
description = "SMT Modeling for Ghidra's PCODE"
66
homepage = "https://github.com/toolCHAINZ/jingle"

0 commit comments

Comments
 (0)