@@ -7,6 +7,59 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.6.4] ( https://github.com/toolCHAINZ/crackers/compare/crackers_python-v0.6.3...crackers_python-v0.6.4 ) - 2025-12-03
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+ - prevent unnecessary pyo3 build step and fix cargo workspace build ([ #85 ] ( https://github.com/toolCHAINZ/crackers/pull/85 ) )
20+ - tweak some schemas and serializations ([ #77 ] ( https://github.com/toolCHAINZ/crackers/pull/77 ) )
21+ - threading changes ([ #62 ] ( https://github.com/toolCHAINZ/crackers/pull/62 ) )
22+ - revert to single threaded ([ #61 ] ( https://github.com/toolCHAINZ/crackers/pull/61 ) )
23+ - verify reference program operations against blacklist ([ #51 ] ( https://github.com/toolCHAINZ/crackers/pull/51 ) )
24+
25+ ### Other
26+
27+ - release v0.6.3 ([ #84 ] ( https://github.com/toolCHAINZ/crackers/pull/84 ) )
28+ - warn on duplicate register constraint ([ #82 ] ( https://github.com/toolCHAINZ/crackers/pull/82 ) )
29+ - release v0.6.2 ([ #81 ] ( https://github.com/toolCHAINZ/crackers/pull/81 ) )
30+ - bump z3 ([ #80 ] ( https://github.com/toolCHAINZ/crackers/pull/80 ) )
31+ - release v0.6.1 ([ #78 ] ( https://github.com/toolCHAINZ/crackers/pull/78 ) )
32+ - release v0.6.0 ([ #73 ] ( https://github.com/toolCHAINZ/crackers/pull/73 ) )
33+ - update jingle APIs ([ #72 ] ( https://github.com/toolCHAINZ/crackers/pull/72 ) )
34+ - release v0.5.4 ([ #71 ] ( https://github.com/toolCHAINZ/crackers/pull/71 ) )
35+ - bump pyo3 ([ #69 ] ( https://github.com/toolCHAINZ/crackers/pull/69 ) )
36+ - release v0.5.3 ([ #67 ] ( https://github.com/toolCHAINZ/crackers/pull/67 ) )
37+ - bump deps ([ #66 ] ( https://github.com/toolCHAINZ/crackers/pull/66 ) )
38+ - release v0.5.2 ([ #65 ] ( https://github.com/toolCHAINZ/crackers/pull/65 ) )
39+ - bump z3 and jingle ([ #64 ] ( https://github.com/toolCHAINZ/crackers/pull/64 ) )
40+ - release v0.5.1 ([ #63 ] ( https://github.com/toolCHAINZ/crackers/pull/63 ) )
41+ - release v0.5.0 ([ #60 ] ( https://github.com/toolCHAINZ/crackers/pull/60 ) )
42+ - bump z3 ([ #59 ] ( https://github.com/toolCHAINZ/crackers/pull/59 ) )
43+ - release v0.4.0 ([ #58 ] ( https://github.com/toolCHAINZ/crackers/pull/58 ) )
44+ - bump deps ([ #57 ] ( https://github.com/toolCHAINZ/crackers/pull/57 ) )
45+ - release v0.3.0 ([ #56 ] ( https://github.com/toolCHAINZ/crackers/pull/56 ) )
46+ - [ ** breaking** ] bump jingle and z3 ([ #55 ] ( https://github.com/toolCHAINZ/crackers/pull/55 ) )
47+ - release v0.2.1 ([ #54 ] ( https://github.com/toolCHAINZ/crackers/pull/54 ) )
48+ - release v0.2.0 ([ #52 ] ( https://github.com/toolCHAINZ/crackers/pull/52 ) )
49+ - release v0.1.3 ([ #50 ] ( https://github.com/toolCHAINZ/crackers/pull/50 ) )
50+ - release ([ #46 ] ( https://github.com/toolCHAINZ/crackers/pull/46 ) )
51+ - Update refs ([ #41 ] ( https://github.com/toolCHAINZ/crackers/pull/41 ) )
52+ - Add import for mac OS wheel ([ #40 ] ( https://github.com/toolCHAINZ/crackers/pull/40 ) )
53+ - Fix Linux Z3 Dynamic Linking ([ #38 ] ( https://github.com/toolCHAINZ/crackers/pull/38 ) )
54+ - Re-enable ARM linux wheel ([ #37 ] ( https://github.com/toolCHAINZ/crackers/pull/37 ) )
55+ - Add JSON de/serialization to python ([ #36 ] ( https://github.com/toolCHAINZ/crackers/pull/36 ) )
56+ - Update Python Type Annotations ([ #35 ] ( https://github.com/toolCHAINZ/crackers/pull/35 ) )
57+ - Add Python Type Annotations ([ #34 ] ( https://github.com/toolCHAINZ/crackers/pull/34 ) )
58+ - Enhanced Python Constraint Support ([ #27 ] ( https://github.com/toolCHAINZ/crackers/pull/27 ) )
59+ - Rust 2024 Edition ([ #26 ] ( https://github.com/toolCHAINZ/crackers/pull/26 ) )
60+ - Add Python CI ([ #25 ] ( https://github.com/toolCHAINZ/crackers/pull/25 ) )
61+ - pyo3 bindings ([ #21 ] ( https://github.com/toolCHAINZ/crackers/pull/21 ) )
62+
1063## [ 0.6.3] ( https://github.com/toolCHAINZ/crackers/compare/crackers_python-v0.6.2...crackers_python-v0.6.3 ) - 2025-10-09
1164
1265### Added
0 commit comments