Skip to content

Commit 6fdd3c8

Browse files
authored
chore: release v0.8.0 (#93)
* chore: release v0.7.1 * Clean up CHANGELOG.md for version 0.8.0 Removed detailed entries for version 0.8.0 from the changelog.
1 parent cef8eab commit 6fdd3c8

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-3
lines changed

crackers/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff 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

crackers/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "crackers"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
readme = "../README.md"
55
authors = ["toolCHAINZ"]
66
license = "MIT"

crackers_python/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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

crackers_python/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "crackers_python"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
license = "MIT"
55
edition = "2024"
66
description = "pyo3 bindings for crackers"
@@ -11,7 +11,7 @@ crate-type = ["cdylib"]
1111

1212
[dependencies]
1313
pyo3 = { 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" }
1515
jingle = { version = "0.4.2", features = ["pyo3"]}
1616
toml_edit = { version = "0.23.4", features = ["serde"] }
1717
z3 = "0.19.0"

0 commit comments

Comments
 (0)