Skip to content

Commit 0c8c530

Browse files
authored
chore: release (#196)
1 parent db230d3 commit 0c8c530

4 files changed

Lines changed: 19 additions & 3 deletions

File tree

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.0](https://github.com/toolCHAINZ/jingle/compare/jingle-v0.5.9...jingle-v0.6.0) - 2026-02-23
11+
12+
### Changed
13+
14+
- Add dereference symbol for indirect valuation display ([#194](https://github.com/toolCHAINZ/jingle/pull/194))
15+
16+
### Other
17+
18+
- [**breaking**] explicitly annotate instruction fallthrough with ([#195](https://github.com/toolCHAINZ/jingle/pull/195))
19+
1020
## [0.5.9](https://github.com/toolCHAINZ/jingle/compare/jingle-v0.5.8...jingle-v0.5.9) - 2026-02-22
1121

1222
### Other

jingle/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jingle"
3-
version = "0.5.9"
3+
version = "0.6.0"
44
edition = "2024"
55
description = "SMT Modeling for Ghidra's PCODE"
66
homepage = "https://github.com/toolCHAINZ/jingle"
@@ -22,7 +22,7 @@ name = "jingle"
2222
required-features = ["bin"]
2323

2424
[dependencies]
25-
jingle_sleigh = { path = "../jingle_sleigh", version = "0.4.7" }
25+
jingle_sleigh = { path = "../jingle_sleigh", version = "0.5.0" }
2626
z3 = { version = "0.19.0" }
2727
z3-sys = { version = "0.10.0", optional = true }
2828
thiserror = "2.0"

jingle_sleigh/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.5.0](https://github.com/toolCHAINZ/jingle/compare/jingle_sleigh-v0.4.7...jingle_sleigh-v0.5.0) - 2026-02-23
11+
12+
### Other
13+
14+
- [**breaking**] explicitly annotate instruction fallthrough with ([#195](https://github.com/toolCHAINZ/jingle/pull/195))
15+
1016
## [0.4.7](https://github.com/toolCHAINZ/jingle/compare/jingle_sleigh-v0.4.6...jingle_sleigh-v0.4.7) - 2026-02-22
1117

1218
### Other

jingle_sleigh/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_sleigh"
3-
version = "0.4.7"
3+
version = "0.5.0"
44
edition = "2024"
55
description = "An FFI layer for Ghidra's SLEIGH"
66
homepage = "https://github.com/toolCHAINZ/jingle"

0 commit comments

Comments
 (0)