File tree Expand file tree Collapse file tree 4 files changed +36
-3
lines changed
Expand file tree Collapse file tree 4 files changed +36
-3
lines changed Original file line number Diff line number Diff 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.2.1] ( https://github.com/toolCHAINZ/crackers/compare/crackers-v0.2.0...crackers-v0.2.1 ) - 2025-07-16
11+
12+ ### Fixed
13+
14+ - remove branch and call from reference program blacklist ([ #53 ] ( https://github.com/toolCHAINZ/crackers/pull/53 ) )
15+
1016## [ 0.2.0] ( https://github.com/toolCHAINZ/crackers/compare/crackers-v0.1.3...crackers-v0.2.0 ) - 2025-07-16
1117
1218### Fixed
Original file line number Diff line number Diff line change 11[package ]
22name = " crackers"
3- version = " 0.2.0 "
3+ version = " 0.2.1 "
44readme = " ../README.md"
55authors = [" toolCHAINZ" ]
66license = " MIT"
Original file line number Diff line number Diff line change @@ -7,6 +7,33 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.2.1] ( https://github.com/toolCHAINZ/crackers/compare/crackers_python-v0.2.0...crackers_python-v0.2.1 ) - 2025-07-16
11+
12+ ### Added
13+
14+ - use release-plz ([ #45 ] ( https://github.com/toolCHAINZ/crackers/pull/45 ) )
15+
16+ ### Fixed
17+
18+ - verify reference program operations against blacklist ([ #51 ] ( https://github.com/toolCHAINZ/crackers/pull/51 ) )
19+
20+ ### Other
21+
22+ - release v0.2.0 ([ #52 ] ( https://github.com/toolCHAINZ/crackers/pull/52 ) )
23+ - release v0.1.3 ([ #50 ] ( https://github.com/toolCHAINZ/crackers/pull/50 ) )
24+ - release ([ #46 ] ( https://github.com/toolCHAINZ/crackers/pull/46 ) )
25+ - Update refs ([ #41 ] ( https://github.com/toolCHAINZ/crackers/pull/41 ) )
26+ - Add import for mac OS wheel ([ #40 ] ( https://github.com/toolCHAINZ/crackers/pull/40 ) )
27+ - Fix Linux Z3 Dynamic Linking ([ #38 ] ( https://github.com/toolCHAINZ/crackers/pull/38 ) )
28+ - Re-enable ARM linux wheel ([ #37 ] ( https://github.com/toolCHAINZ/crackers/pull/37 ) )
29+ - Add JSON de/serialization to python ([ #36 ] ( https://github.com/toolCHAINZ/crackers/pull/36 ) )
30+ - Update Python Type Annotations ([ #35 ] ( https://github.com/toolCHAINZ/crackers/pull/35 ) )
31+ - Add Python Type Annotations ([ #34 ] ( https://github.com/toolCHAINZ/crackers/pull/34 ) )
32+ - Enhanced Python Constraint Support ([ #27 ] ( https://github.com/toolCHAINZ/crackers/pull/27 ) )
33+ - Rust 2024 Edition ([ #26 ] ( https://github.com/toolCHAINZ/crackers/pull/26 ) )
34+ - Add Python CI ([ #25 ] ( https://github.com/toolCHAINZ/crackers/pull/25 ) )
35+ - pyo3 bindings ([ #21 ] ( https://github.com/toolCHAINZ/crackers/pull/21 ) )
36+
1037## [ 0.2.0] ( https://github.com/toolCHAINZ/crackers/compare/crackers_python-v0.1.3...crackers_python-v0.2.0 ) - 2025-07-16
1138
1239### Added
Original file line number Diff line number Diff line change 11[package ]
22name = " crackers_python"
3- version = " 0.2.0 "
3+ version = " 0.2.1 "
44license = " MIT"
55edition = " 2024"
66description = " pyo3 bindings for crackers"
@@ -11,7 +11,7 @@ crate-type = ["cdylib"]
1111
1212[dependencies ]
1313pyo3 = { version = " 0.24" , features = [" extension-module" , " py-clone" ] }
14- crackers = {path = " ../crackers" , features = [" pyo3" ], version = " 0.2.0 " }
14+ crackers = {path = " ../crackers" , features = [" pyo3" ], version = " 0.2.1 " }
1515jingle = {version = " 0.1.4" , features = [" pyo3" ]}
1616toml_edit = " 0.22.22"
1717z3 = " 0.13.0"
You can’t perform that action at this time.
0 commit comments