Skip to content

Commit ed370c2

Browse files
authored
chore: release
1 parent 8380c4e commit ed370c2

File tree

4 files changed

+44
-2
lines changed

4 files changed

+44
-2
lines changed

crackers/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [0.1.2](https://github.com/toolCHAINZ/crackers/compare/crackers-v0.1.1...crackers-v0.1.2) - 2025-07-11
11+
12+
### Added
13+
14+
- use release-plz ([#45](https://github.com/toolCHAINZ/crackers/pull/45))

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.1.1"
3+
version = "0.1.2"
44
authors = ["toolCHAINZ"]
55
license = "MIT"
66
rust-version = "1.85.0"

crackers_python/CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [0.1.1](https://github.com/toolCHAINZ/crackers/releases/tag/crackers_python-v0.1.1) - 2025-07-11
11+
12+
### Added
13+
14+
- use release-plz ([#45](https://github.com/toolCHAINZ/crackers/pull/45))
15+
16+
### Other
17+
18+
- Update refs ([#41](https://github.com/toolCHAINZ/crackers/pull/41))
19+
- Add import for mac OS wheel ([#40](https://github.com/toolCHAINZ/crackers/pull/40))
20+
- Fix Linux Z3 Dynamic Linking ([#38](https://github.com/toolCHAINZ/crackers/pull/38))
21+
- Re-enable ARM linux wheel ([#37](https://github.com/toolCHAINZ/crackers/pull/37))
22+
- Add JSON de/serialization to python ([#36](https://github.com/toolCHAINZ/crackers/pull/36))
23+
- Update Python Type Annotations ([#35](https://github.com/toolCHAINZ/crackers/pull/35))
24+
- Add Python Type Annotations ([#34](https://github.com/toolCHAINZ/crackers/pull/34))
25+
- Enhanced Python Constraint Support ([#27](https://github.com/toolCHAINZ/crackers/pull/27))
26+
- Rust 2024 Edition ([#26](https://github.com/toolCHAINZ/crackers/pull/26))
27+
- Add Python CI ([#25](https://github.com/toolCHAINZ/crackers/pull/25))
28+
- pyo3 bindings ([#21](https://github.com/toolCHAINZ/crackers/pull/21))

crackers_python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ crate-type = ["cdylib"]
1111

1212
[dependencies]
1313
pyo3 = { version = "0.24", features = ["extension-module", "py-clone"] }
14-
crackers = {path = "../crackers", features = ["pyo3"], version = "0.1.1"}
14+
crackers = {path = "../crackers", features = ["pyo3"], version = "0.1.2" }
1515
jingle = {version = "0.1.2", features = ["pyo3"]}
1616
toml_edit = "0.22.22"
1717
z3 = "0.13.0"

0 commit comments

Comments
 (0)