Skip to content

Commit e099511

Browse files
authored
chore(jingle): release v0.6.7 (#211)
1 parent 8d4cdb8 commit e099511

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

jingle/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.6.7](https://github.com/toolCHAINZ/jingle/compare/jingle-v0.6.6...jingle-v0.6.7) - 2026-03-01
11+
12+
### Added
13+
14+
- Add pcode-op bound and tweak computed valuation ([#212](https://github.com/toolCHAINZ/jingle/pull/212))
15+
16+
### Other
17+
18+
- add separate instruction and branch bounds ([#210](https://github.com/toolCHAINZ/jingle/pull/210))
19+
1020
## [0.6.6](https://github.com/toolCHAINZ/jingle/compare/jingle-v0.6.5...jingle-v0.6.6) - 2026-02-27
1121

1222
### Fixed

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

0 commit comments

Comments
 (0)