Skip to content

Commit 7a21fcb

Browse files
authored
chore(jingle): release v0.5.2
1 parent b713c4e commit 7a21fcb

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

jingle/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ 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+
- move basic_block cfg impl to a trait and auto-impl for any edge type that is AsRef<PcodeOperation>
19+
- rename final => terminating ([#149](https://github.com/toolCHAINZ/jingle/pull/149))
20+
1021
## [0.5.1](https://github.com/toolCHAINZ/jingle/compare/jingle-v0.5.0...jingle-v0.5.1) - 2026-02-01
1122

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

0 commit comments

Comments
 (0)