@@ -7,6 +7,64 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.8.0] ( https://github.com/toolCHAINZ/crackers/compare/crackers_python-v0.7.0...crackers_python-v0.8.0 ) - 2025-12-22
11+
12+ ### Added
13+
14+ - [ ** breaking** ] Allow providing reference programs as raw pcode ([ #89 ] ( https://github.com/toolCHAINZ/crackers/pull/89 ) )
15+ - python package refactor ([ #75 ] ( https://github.com/toolCHAINZ/crackers/pull/75 ) )
16+ - use release-plz ([ #45 ] ( https://github.com/toolCHAINZ/crackers/pull/45 ) )
17+
18+ ### Fixed
19+
20+ - prevent unnecessary pyo3 build step and fix cargo workspace build ([ #85 ] ( https://github.com/toolCHAINZ/crackers/pull/85 ) )
21+ - tweak some schemas and serializations ([ #77 ] ( https://github.com/toolCHAINZ/crackers/pull/77 ) )
22+ - threading changes ([ #62 ] ( https://github.com/toolCHAINZ/crackers/pull/62 ) )
23+ - revert to single threaded ([ #61 ] ( https://github.com/toolCHAINZ/crackers/pull/61 ) )
24+ - verify reference program operations against blacklist ([ #51 ] ( https://github.com/toolCHAINZ/crackers/pull/51 ) )
25+
26+ ### Other
27+
28+ - add GitHub PAT support for API requests in CI setup ([ #94 ] ( https://github.com/toolCHAINZ/crackers/pull/94 ) )
29+ - release v0.7.0 ([ #90 ] ( https://github.com/toolCHAINZ/crackers/pull/90 ) )
30+ - release v0.6.4 ([ #86 ] ( https://github.com/toolCHAINZ/crackers/pull/86 ) )
31+ - Revise BibTeX citation in PYTHON_README.md ([ #88 ] ( https://github.com/toolCHAINZ/crackers/pull/88 ) )
32+ - release v0.6.3 ([ #84 ] ( https://github.com/toolCHAINZ/crackers/pull/84 ) )
33+ - warn on duplicate register constraint ([ #82 ] ( https://github.com/toolCHAINZ/crackers/pull/82 ) )
34+ - release v0.6.2 ([ #81 ] ( https://github.com/toolCHAINZ/crackers/pull/81 ) )
35+ - bump z3 ([ #80 ] ( https://github.com/toolCHAINZ/crackers/pull/80 ) )
36+ - release v0.6.1 ([ #78 ] ( https://github.com/toolCHAINZ/crackers/pull/78 ) )
37+ - release v0.6.0 ([ #73 ] ( https://github.com/toolCHAINZ/crackers/pull/73 ) )
38+ - update jingle APIs ([ #72 ] ( https://github.com/toolCHAINZ/crackers/pull/72 ) )
39+ - release v0.5.4 ([ #71 ] ( https://github.com/toolCHAINZ/crackers/pull/71 ) )
40+ - bump pyo3 ([ #69 ] ( https://github.com/toolCHAINZ/crackers/pull/69 ) )
41+ - release v0.5.3 ([ #67 ] ( https://github.com/toolCHAINZ/crackers/pull/67 ) )
42+ - bump deps ([ #66 ] ( https://github.com/toolCHAINZ/crackers/pull/66 ) )
43+ - release v0.5.2 ([ #65 ] ( https://github.com/toolCHAINZ/crackers/pull/65 ) )
44+ - bump z3 and jingle ([ #64 ] ( https://github.com/toolCHAINZ/crackers/pull/64 ) )
45+ - release v0.5.1 ([ #63 ] ( https://github.com/toolCHAINZ/crackers/pull/63 ) )
46+ - release v0.5.0 ([ #60 ] ( https://github.com/toolCHAINZ/crackers/pull/60 ) )
47+ - bump z3 ([ #59 ] ( https://github.com/toolCHAINZ/crackers/pull/59 ) )
48+ - release v0.4.0 ([ #58 ] ( https://github.com/toolCHAINZ/crackers/pull/58 ) )
49+ - bump deps ([ #57 ] ( https://github.com/toolCHAINZ/crackers/pull/57 ) )
50+ - release v0.3.0 ([ #56 ] ( https://github.com/toolCHAINZ/crackers/pull/56 ) )
51+ - [ ** breaking** ] bump jingle and z3 ([ #55 ] ( https://github.com/toolCHAINZ/crackers/pull/55 ) )
52+ - release v0.2.1 ([ #54 ] ( https://github.com/toolCHAINZ/crackers/pull/54 ) )
53+ - release v0.2.0 ([ #52 ] ( https://github.com/toolCHAINZ/crackers/pull/52 ) )
54+ - release v0.1.3 ([ #50 ] ( https://github.com/toolCHAINZ/crackers/pull/50 ) )
55+ - release ([ #46 ] ( https://github.com/toolCHAINZ/crackers/pull/46 ) )
56+ - Update refs ([ #41 ] ( https://github.com/toolCHAINZ/crackers/pull/41 ) )
57+ - Add import for mac OS wheel ([ #40 ] ( https://github.com/toolCHAINZ/crackers/pull/40 ) )
58+ - Fix Linux Z3 Dynamic Linking ([ #38 ] ( https://github.com/toolCHAINZ/crackers/pull/38 ) )
59+ - Re-enable ARM linux wheel ([ #37 ] ( https://github.com/toolCHAINZ/crackers/pull/37 ) )
60+ - Add JSON de/serialization to python ([ #36 ] ( https://github.com/toolCHAINZ/crackers/pull/36 ) )
61+ - Update Python Type Annotations ([ #35 ] ( https://github.com/toolCHAINZ/crackers/pull/35 ) )
62+ - Add Python Type Annotations ([ #34 ] ( https://github.com/toolCHAINZ/crackers/pull/34 ) )
63+ - Enhanced Python Constraint Support ([ #27 ] ( https://github.com/toolCHAINZ/crackers/pull/27 ) )
64+ - Rust 2024 Edition ([ #26 ] ( https://github.com/toolCHAINZ/crackers/pull/26 ) )
65+ - Add Python CI ([ #25 ] ( https://github.com/toolCHAINZ/crackers/pull/25 ) )
66+ - pyo3 bindings ([ #21 ] ( https://github.com/toolCHAINZ/crackers/pull/21 ) )
67+
1068## [ 0.7.0] ( https://github.com/toolCHAINZ/crackers/compare/crackers_python-v0.6.4...crackers_python-v0.7.0 ) - 2025-12-21
1169
1270### Added
0 commit comments