Skip to content

Commit c60436d

Browse files
authored
chore: release
1 parent 7e0bff8 commit c60436d

4 files changed

Lines changed: 21 additions & 3 deletions

File tree

crates/pindakaas/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.0](https://github.com/pindakaashq/pindakaas/compare/pindakaas-v0.5.1...pindakaas-v0.6.0) - 2026-06-25
11+
12+
### Added
13+
14+
- *(external-propagation)* streamline allocation in ExternalPropagation API
15+
16+
### Other
17+
18+
- *(external-propagation)* remove ReasonBuilder
19+
- update itertools from 0.14 to 0.15
20+
1021
## [0.5.1](https://github.com/pindakaashq/pindakaas/compare/pindakaas-v0.5.0...pindakaas-v0.5.1) - 2026-06-09
1122

1223
### Added

crates/pindakaas/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "pindakaas"
33
description = "Encoding Integer and Pseudo Boolean constraints into CNF"
4-
version = "0.5.1"
4+
version = "0.6.0"
55

66
authors.workspace = true
77
edition.workspace = true

crates/pyndakaas/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.5.2](https://github.com/pindakaashq/pindakaas/compare/pyndakaas-v0.5.1...pyndakaas-v0.5.2) - 2026-06-25
11+
12+
### Other
13+
14+
- update itertools from 0.14 to 0.15
15+
- *(deps)* update pyo3 requirement from 0.28.3 to 0.29.0
16+
1017
## [0.5.1](https://github.com/pindakaashq/pindakaas/compare/pyndakaas-v0.5.0...pyndakaas-v0.5.1) - 2026-06-09
1118

1219
### Other

crates/pyndakaas/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "pyndakaas"
33
description = "Python bindings for the pindakaas crate"
4-
version = "0.5.1"
4+
version = "0.5.2"
55
edition = "2021"
66

77
authors.workspace = true
@@ -17,7 +17,7 @@ crate-type = ["cdylib"]
1717

1818
[dependencies]
1919
itertools = "0.15"
20-
pindakaas = { version = "0.5.1", path = "../pindakaas", features = ["kissat"] }
20+
pindakaas = { version = "0.6.0", path = "../pindakaas", features = ["kissat"] }
2121
pyo3 = "0.29.0"
2222

2323
[lints]

0 commit comments

Comments
 (0)