Skip to content

Commit a90f9b9

Browse files
authored
chore(jingle): release v0.3.5 (#112)
1 parent b110679 commit a90f9b9

File tree

5 files changed

+21
-4
lines changed

5 files changed

+21
-4
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.3.5](https://github.com/toolCHAINZ/jingle/compare/jingle-v0.3.4...jingle-v0.3.5) - 2025-12-02
11+
12+
### Added
13+
14+
- CTL Model Checking ([#114](https://github.com/toolCHAINZ/jingle/pull/114))
15+
- use default parameterization for pcodecfg ([#111](https://github.com/toolCHAINZ/jingle/pull/111))
16+
17+
### Other
18+
19+
- exclude examples from crates.io ([#113](https://github.com/toolCHAINZ/jingle/pull/113))
20+
1021
## [0.3.4](https://github.com/toolCHAINZ/jingle/compare/jingle-v0.3.3...jingle-v0.3.4) - 2025-10-23
1122

1223
### Added

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.3.4"
3+
version = "0.3.5"
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.3.0" }
25+
jingle_sleigh = { path = "../jingle_sleigh", version = "0.3.1" }
2626
z3 = { version = "0.19.0" }
2727
z3-sys = { version = "0.10.0", optional = true }
2828
thiserror = "2.0"

jingle_python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ extension-module = ["pyo3/extension-module"]
1515

1616
[dependencies]
1717
pyo3 = "0.26"
18-
jingle = {path = "../jingle", features = ["pyo3", "gimli"], version = "0.3.4" }
18+
jingle = {path = "../jingle", features = ["pyo3", "gimli"], version = "0.3.5" }

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.3.1](https://github.com/toolCHAINZ/jingle/compare/jingle_sleigh-v0.3.0...jingle_sleigh-v0.3.1) - 2025-12-02
11+
12+
### Added
13+
14+
- CTL Model Checking ([#114](https://github.com/toolCHAINZ/jingle/pull/114))
15+
1016
## [0.3.0](https://github.com/toolCHAINZ/jingle/compare/jingle_sleigh-v0.2.4...jingle_sleigh-v0.3.0) - 2025-09-19
1117

1218
### Changed

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

0 commit comments

Comments
 (0)