File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed
Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.6.3] ( https://github.com/toolCHAINZ/crackers/compare/crackers-v0.6.1...crackers-v0.6.3 ) - 2025-09-26
11+
1012## [ 0.6.2] ( https://github.com/toolCHAINZ/crackers/compare/crackers-v0.6.1...crackers-v0.6.2 ) - 2025-09-26
1113
1214### Other
Original file line number Diff line number Diff line change 11[package ]
22name = " crackers"
3- version = " 0.6.2 "
3+ version = " 0.6.3 "
44readme = " ../README.md"
55authors = [" toolCHAINZ" ]
66license = " MIT"
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.6.3] ( https://github.com/toolCHAINZ/crackers/compare/crackers_python-v0.6.1...crackers_python-v0.6.3 ) - 2025-09-26
11+
12+ ### Added
13+
14+ - warn on duplicate register constraint ([ #82 ] ( https://github.com/toolCHAINZ/crackers/pull/82 ) )
15+
1016## [ 0.6.2] ( https://github.com/toolCHAINZ/crackers/compare/crackers_python-v0.6.1...crackers_python-v0.6.2 ) - 2025-09-26
1117
1218### Added
Original file line number Diff line number Diff line change 11[package ]
22name = " crackers_python"
3- version = " 0.6.2 "
3+ version = " 0.6.3 "
44license = " MIT"
55edition = " 2024"
66description = " pyo3 bindings for crackers"
@@ -11,7 +11,7 @@ crate-type = ["cdylib"]
1111
1212[dependencies ]
1313pyo3 = { version = " 0.26" , features = [" extension-module" , " py-clone" ] }
14- crackers = {path = " ../crackers" , features = [" pyo3" ], version = " 0.6.2 " }
14+ crackers = {path = " ../crackers" , features = [" pyo3" ], version = " 0.6.3 " }
1515jingle = { version = " 0.3.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