Skip to content

Commit 554dfc0

Browse files
authored
chore: release v0.6.0
1 parent 2b58b00 commit 554dfc0

File tree

4 files changed

+58
-3
lines changed

4 files changed

+58
-3
lines changed

crackers/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/crackers/compare/crackers-v0.5.4...crackers-v0.6.0) - 2025-09-22
11+
12+
### Added
13+
14+
- python package refactor ([#75](https://github.com/toolCHAINZ/crackers/pull/75))
15+
16+
### Other
17+
18+
- update jingle APIs ([#72](https://github.com/toolCHAINZ/crackers/pull/72))
19+
1020
## [0.5.4](https://github.com/toolCHAINZ/crackers/compare/crackers-v0.5.3...crackers-v0.5.4) - 2025-09-17
1121

1222
### Other

crackers/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "crackers"
3-
version = "0.5.4"
3+
version = "0.6.0"
44
readme = "../README.md"
55
authors = ["toolCHAINZ"]
66
license = "MIT"

crackers_python/CHANGELOG.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,51 @@ 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/crackers/compare/crackers_python-v0.5.4...crackers_python-v0.6.0) - 2025-09-22
11+
12+
### Added
13+
14+
- python package refactor ([#75](https://github.com/toolCHAINZ/crackers/pull/75))
15+
- use release-plz ([#45](https://github.com/toolCHAINZ/crackers/pull/45))
16+
17+
### Fixed
18+
19+
- threading changes ([#62](https://github.com/toolCHAINZ/crackers/pull/62))
20+
- revert to single threaded ([#61](https://github.com/toolCHAINZ/crackers/pull/61))
21+
- verify reference program operations against blacklist ([#51](https://github.com/toolCHAINZ/crackers/pull/51))
22+
23+
### Other
24+
25+
- update jingle APIs ([#72](https://github.com/toolCHAINZ/crackers/pull/72))
26+
- release v0.5.4 ([#71](https://github.com/toolCHAINZ/crackers/pull/71))
27+
- bump pyo3 ([#69](https://github.com/toolCHAINZ/crackers/pull/69))
28+
- release v0.5.3 ([#67](https://github.com/toolCHAINZ/crackers/pull/67))
29+
- bump deps ([#66](https://github.com/toolCHAINZ/crackers/pull/66))
30+
- release v0.5.2 ([#65](https://github.com/toolCHAINZ/crackers/pull/65))
31+
- bump z3 and jingle ([#64](https://github.com/toolCHAINZ/crackers/pull/64))
32+
- release v0.5.1 ([#63](https://github.com/toolCHAINZ/crackers/pull/63))
33+
- release v0.5.0 ([#60](https://github.com/toolCHAINZ/crackers/pull/60))
34+
- bump z3 ([#59](https://github.com/toolCHAINZ/crackers/pull/59))
35+
- release v0.4.0 ([#58](https://github.com/toolCHAINZ/crackers/pull/58))
36+
- bump deps ([#57](https://github.com/toolCHAINZ/crackers/pull/57))
37+
- release v0.3.0 ([#56](https://github.com/toolCHAINZ/crackers/pull/56))
38+
- [**breaking**] bump jingle and z3 ([#55](https://github.com/toolCHAINZ/crackers/pull/55))
39+
- release v0.2.1 ([#54](https://github.com/toolCHAINZ/crackers/pull/54))
40+
- release v0.2.0 ([#52](https://github.com/toolCHAINZ/crackers/pull/52))
41+
- release v0.1.3 ([#50](https://github.com/toolCHAINZ/crackers/pull/50))
42+
- release ([#46](https://github.com/toolCHAINZ/crackers/pull/46))
43+
- Update refs ([#41](https://github.com/toolCHAINZ/crackers/pull/41))
44+
- Add import for mac OS wheel ([#40](https://github.com/toolCHAINZ/crackers/pull/40))
45+
- Fix Linux Z3 Dynamic Linking ([#38](https://github.com/toolCHAINZ/crackers/pull/38))
46+
- Re-enable ARM linux wheel ([#37](https://github.com/toolCHAINZ/crackers/pull/37))
47+
- Add JSON de/serialization to python ([#36](https://github.com/toolCHAINZ/crackers/pull/36))
48+
- Update Python Type Annotations ([#35](https://github.com/toolCHAINZ/crackers/pull/35))
49+
- Add Python Type Annotations ([#34](https://github.com/toolCHAINZ/crackers/pull/34))
50+
- Enhanced Python Constraint Support ([#27](https://github.com/toolCHAINZ/crackers/pull/27))
51+
- Rust 2024 Edition ([#26](https://github.com/toolCHAINZ/crackers/pull/26))
52+
- Add Python CI ([#25](https://github.com/toolCHAINZ/crackers/pull/25))
53+
- pyo3 bindings ([#21](https://github.com/toolCHAINZ/crackers/pull/21))
54+
1055
## [0.5.4](https://github.com/toolCHAINZ/crackers/compare/crackers_python-v0.5.3...crackers_python-v0.5.4) - 2025-09-17
1156

1257
### Added

crackers_python/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "crackers_python"
3-
version = "0.5.4"
3+
version = "0.6.0"
44
license = "MIT"
55
edition = "2024"
66
description = "pyo3 bindings for crackers"
@@ -11,7 +11,7 @@ crate-type = ["cdylib"]
1111

1212
[dependencies]
1313
pyo3 = { version = "0.26", features = ["extension-module", "py-clone"] }
14-
crackers = {path = "../crackers", features = ["pyo3"], version = "0.5.4" }
14+
crackers = {path = "../crackers", features = ["pyo3"], version = "0.6.0" }
1515
jingle = { version = "0.3.2", features = ["pyo3"]}
1616
toml_edit = { version = "0.23.4", features = ["serde"] }
1717
z3 = "0.18.2"

0 commit comments

Comments
 (0)