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.9.0] ( https://github.com/toolCHAINZ/crackers/compare/crackers-v0.8.1...crackers-v0.9.0 ) - 2025-12-25
11+
12+ ### Added
13+
14+ - search for gadgets in multiple libraries ([ #98 ] ( https://github.com/toolCHAINZ/crackers/pull/98 ) )
15+
1016## [ 0.8.1] ( https://github.com/toolCHAINZ/crackers/compare/crackers-v0.8.0...crackers-v0.8.1 ) - 2025-12-24
1117
1218### Added
Original file line number Diff line number Diff line change 11[package ]
22name = " crackers"
3- version = " 0.8.1 "
3+ version = " 0.9.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.9.0] ( https://github.com/toolCHAINZ/crackers/compare/crackers_python-v0.8.1...crackers_python-v0.9.0 ) - 2025-12-25
11+
12+ ### Added
13+
14+ - search for gadgets in multiple libraries ([ #98 ] ( https://github.com/toolCHAINZ/crackers/pull/98 ) )
15+
16+ ### Other
17+
18+ - release v0.8.1 ([ #97 ] ( https://github.com/toolCHAINZ/crackers/pull/97 ) )
19+
1020## [ 0.8.1] ( https://github.com/toolCHAINZ/crackers/compare/crackers_python-v0.8.0...crackers_python-v0.8.1 ) - 2025-12-24
1121
1222### Other
Original file line number Diff line number Diff line change 11[package ]
22name = " crackers_python"
3- version = " 0.8.1 "
3+ version = " 0.9.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.8.1 " }
14+ crackers = {path = " ../crackers" , features = [" pyo3" ], version = " 0.9.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