Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions jingle/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.5.3](https://github.com/toolCHAINZ/jingle/compare/jingle-v0.5.2...jingle-v0.5.3) - 2026-02-03

### Added

- Add From<&PcodeMachineAddress> for ConcretePcodeAddress ([#155](https://github.com/toolCHAINZ/jingle/pull/155))

### Changed

- sub_cfg_from_indices accepts any iterator for nodes ([#152](https://github.com/toolCHAINZ/jingle/pull/152))

### Other

- simplify smt valuation names and make them unique ([#154](https://github.com/toolCHAINZ/jingle/pull/154))

## [0.5.2](https://github.com/toolCHAINZ/jingle/compare/jingle-v0.5.1...jingle-v0.5.2) - 2026-02-02

### Added
Expand Down
2 changes: 1 addition & 1 deletion jingle/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jingle"
version = "0.5.2"
version = "0.5.3"
edition = "2024"
description = "SMT Modeling for Ghidra's PCODE"
homepage = "https://github.com/toolCHAINZ/jingle"
Expand Down