File tree Expand file tree Collapse file tree 4 files changed +21
-3
lines changed
Expand file tree Collapse file tree 4 files changed +21
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,17 @@ 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-v0.7.0...crackers-v0.8.0 ) - 2025-12-22
11+
12+ ### Added
13+
14+ - add simple model printing to CLI ([ #91 ] ( https://github.com/toolCHAINZ/crackers/pull/91 ) )
15+
16+ ### Other
17+
18+ - update readme ([ #95 ] ( https://github.com/toolCHAINZ/crackers/pull/95 ) )
19+ - revert readme to libc example ([ #92 ] ( https://github.com/toolCHAINZ/crackers/pull/92 ) )
20+
1021## [ 0.7.0] ( https://github.com/toolCHAINZ/crackers/compare/crackers-v0.6.4...crackers-v0.7.0 ) - 2025-12-21
1122
1223### Added
Original file line number Diff line number Diff line change 11[package ]
22name = " crackers"
3- version = " 0.7 .0"
3+ version = " 0.8 .0"
44readme = " ../README.md"
55authors = [" toolCHAINZ" ]
66license = " MIT"
Original file line number Diff line number Diff line change @@ -7,6 +7,13 @@ 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+ ### Other
13+
14+ - add GitHub PAT support for API requests in CI setup ([ #94 ] ( https://github.com/toolCHAINZ/crackers/pull/94 ) )
15+ - release v0.7.0 ([ #90 ] ( https://github.com/toolCHAINZ/crackers/pull/90 ) )
16+
1017## [ 0.7.0] ( https://github.com/toolCHAINZ/crackers/compare/crackers_python-v0.6.4...crackers_python-v0.7.0 ) - 2025-12-21
1118
1219### Added
Original file line number Diff line number Diff line change 11[package ]
22name = " crackers_python"
3- version = " 0.7 .0"
3+ version = " 0.8 .0"
44license = " MIT"
55edition = " 2024"
66description = " pyo3 bindings for crackers"
@@ -11,7 +11,7 @@ crate-type = ["cdylib"]
1111
1212[dependencies ]
1313pyo3 = { version = " 0.27.2" , features = [" extension-module" , " py-clone" ] }
14- crackers = {path = " ../crackers" , features = [" pyo3" ], version = " 0.7 .0" }
14+ crackers = {path = " ../crackers" , features = [" pyo3" ], version = " 0.8 .0" }
1515jingle = { version = " 0.4.2" , features = [" pyo3" ]}
1616toml_edit = { version = " 0.23.4" , features = [" serde" ] }
1717z3 = " 0.19.0"
You can’t perform that action at this time.
0 commit comments