File tree Expand file tree Collapse file tree 4 files changed +19
-3
lines changed
Expand file tree Collapse file tree 4 files changed +19
-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.7.0] ( https://github.com/toolCHAINZ/crackers/compare/crackers-v0.6.4...crackers-v0.7.0 ) - 2025-12-21
11+
12+ ### Added
13+
14+ - [ ** breaking** ] Allow providing reference programs as raw pcode ([ #89 ] ( https://github.com/toolCHAINZ/crackers/pull/89 ) )
15+
1016## [ 0.6.4] ( https://github.com/toolCHAINZ/crackers/compare/crackers-v0.6.3...crackers-v0.6.4 ) - 2025-12-03
1117
1218### Fixed
Original file line number Diff line number Diff line change 11[package ]
22name = " crackers"
3- version = " 0.6.4 "
3+ version = " 0.7.0 "
44readme = " ../README.md"
55authors = [" toolCHAINZ" ]
66license = " MIT"
Original file line number Diff line number Diff line change @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.7.0] ( https://github.com/toolCHAINZ/crackers/compare/crackers_python-v0.6.4...crackers_python-v0.7.0 ) - 2025-12-21
11+
12+ ### Added
13+
14+ - [ ** breaking** ] Allow providing reference programs as raw pcode ([ #89 ] ( https://github.com/toolCHAINZ/crackers/pull/89 ) )
15+
16+ ### Other
17+
18+ - release v0.6.4 ([ #86 ] ( https://github.com/toolCHAINZ/crackers/pull/86 ) )
19+
1020## [ 0.6.4] ( https://github.com/toolCHAINZ/crackers/compare/crackers_python-v0.6.3...crackers_python-v0.6.4 ) - 2025-12-03
1121
1222### Fixed
Original file line number Diff line number Diff line change 11[package ]
22name = " crackers_python"
3- version = " 0.6.4 "
3+ version = " 0.7.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.6.4 " }
14+ crackers = {path = " ../crackers" , features = [" pyo3" ], version = " 0.7.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