File tree Expand file tree Collapse file tree 4 files changed +44
-2
lines changed
Expand file tree Collapse file tree 4 files changed +44
-2
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ All notable changes to this project will be documented in this file.
4+
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7+
8+ ## [ Unreleased]
9+
10+ ## [ 0.1.2] ( https://github.com/toolCHAINZ/crackers/compare/crackers-v0.1.1...crackers-v0.1.2 ) - 2025-07-11
11+
12+ ### Added
13+
14+ - use release-plz ([ #45 ] ( https://github.com/toolCHAINZ/crackers/pull/45 ) )
Original file line number Diff line number Diff line change 11[package ]
22name = " crackers"
3- version = " 0.1.1 "
3+ version = " 0.1.2 "
44authors = [" toolCHAINZ" ]
55license = " MIT"
66rust-version = " 1.85.0"
Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ All notable changes to this project will be documented in this file.
4+
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7+
8+ ## [ Unreleased]
9+
10+ ## [ 0.1.1] ( https://github.com/toolCHAINZ/crackers/releases/tag/crackers_python-v0.1.1 ) - 2025-07-11
11+
12+ ### Added
13+
14+ - use release-plz ([ #45 ] ( https://github.com/toolCHAINZ/crackers/pull/45 ) )
15+
16+ ### Other
17+
18+ - Update refs ([ #41 ] ( https://github.com/toolCHAINZ/crackers/pull/41 ) )
19+ - Add import for mac OS wheel ([ #40 ] ( https://github.com/toolCHAINZ/crackers/pull/40 ) )
20+ - Fix Linux Z3 Dynamic Linking ([ #38 ] ( https://github.com/toolCHAINZ/crackers/pull/38 ) )
21+ - Re-enable ARM linux wheel ([ #37 ] ( https://github.com/toolCHAINZ/crackers/pull/37 ) )
22+ - Add JSON de/serialization to python ([ #36 ] ( https://github.com/toolCHAINZ/crackers/pull/36 ) )
23+ - Update Python Type Annotations ([ #35 ] ( https://github.com/toolCHAINZ/crackers/pull/35 ) )
24+ - Add Python Type Annotations ([ #34 ] ( https://github.com/toolCHAINZ/crackers/pull/34 ) )
25+ - Enhanced Python Constraint Support ([ #27 ] ( https://github.com/toolCHAINZ/crackers/pull/27 ) )
26+ - Rust 2024 Edition ([ #26 ] ( https://github.com/toolCHAINZ/crackers/pull/26 ) )
27+ - Add Python CI ([ #25 ] ( https://github.com/toolCHAINZ/crackers/pull/25 ) )
28+ - pyo3 bindings ([ #21 ] ( https://github.com/toolCHAINZ/crackers/pull/21 ) )
Original file line number Diff line number Diff line change @@ -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.1.1 " }
14+ crackers = {path = " ../crackers" , features = [" pyo3" ], version = " 0.1.2 " }
1515jingle = {version = " 0.1.2" , features = [" pyo3" ]}
1616toml_edit = " 0.22.22"
1717z3 = " 0.13.0"
You can’t perform that action at this time.
0 commit comments