Skip to content

Commit 1961b53

Browse files
authored
chore: release v0.6.4 (#86)
* chore: release v0.6.4 * Clean up CHANGELOG.md formatting and entries Removed redundant entries and fixed formatting in CHANGELOG.
1 parent 845165f commit 1961b53

File tree

4 files changed

+24
-389
lines changed

4 files changed

+24
-389
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.6.4](https://github.com/toolCHAINZ/crackers/compare/crackers-v0.6.3...crackers-v0.6.4) - 2025-12-03
11+
12+
### Fixed
13+
14+
- prevent unnecessary pyo3 build step and fix cargo workspace build ([#85](https://github.com/toolCHAINZ/crackers/pull/85))
15+
16+
### Other
17+
18+
- Revise BibTeX citation in PYTHON_README.md ([#88](https://github.com/toolCHAINZ/crackers/pull/88))
19+
- Update BibTeX citation in README.md ([#87](https://github.com/toolCHAINZ/crackers/pull/87))
20+
1021
## [0.6.3](https://github.com/toolCHAINZ/crackers/compare/crackers-v0.6.2...crackers-v0.6.3) - 2025-10-09
1122

1223
## [0.6.2](https://github.com/toolCHAINZ/crackers/compare/crackers-v0.6.1...crackers-v0.6.2) - 2025-09-26

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.6.3"
3+
version = "0.6.4"
44
readme = "../README.md"
55
authors = ["toolCHAINZ"]
66
license = "MIT"

0 commit comments

Comments
 (0)