Skip to content

Commit 9e2e385

Browse files
authored
chore: release (#1014)
## πŸ€– New release * `tket`: 0.13.1 -> 0.13.2 (βœ“ API compatible changes) * `tket-qsystem`: 0.18.0 -> 0.18.1 (βœ“ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> ## `tket` <blockquote> ## [0.13.2](tket-v0.13.1...tket-v0.13.2) - 2025-08-08 ### New Features - *(tket-py)* Create BadgerOptimiser from arbitrary Rewriters ([#1022](#1022)) </blockquote> ## `tket-qsystem` <blockquote> ## [0.18.1](tket-qsystem-v0.18.0...tket-qsystem-v0.18.1) - 2025-08-08 ### Bug Fixes - *(qsystem)* handle barrier lowering for all array kinds ([#1024](#1024)) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/).
1 parent 0e55321 commit 9e2e385

File tree

6 files changed

+18
-6
lines changed

6 files changed

+18
-6
lines changed

β€ŽCargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žtket-py/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ test = false
1919
bench = false
2020

2121
[dependencies]
22-
tket = { path = "../tket", version = "0.13.1", features = [
22+
tket = { path = "../tket", version = "0.13.2", features = [
2323
"portmatching",
2424
"binary-eccs",
2525
] }

β€Žtket-qsystem/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Changelog
22

33

4+
## [0.18.1](https://github.com/CQCL/tket2/compare/tket-qsystem-v0.18.0...tket-qsystem-v0.18.1) - 2025-08-08
5+
6+
### Bug Fixes
7+
8+
- *(qsystem)* handle barrier lowering for all array kinds ([#1024](https://github.com/CQCL/tket2/pull/1024))
9+
410
## [0.18.0](https://github.com/CQCL/tket2/compare/tket-qsystem-v0.17.0...tket-qsystem-v0.18.0) - 2025-07-30
511

612
### New Features

β€Žtket-qsystem/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tket-qsystem"
3-
version = "0.18.0"
3+
version = "0.18.1"
44
edition.workspace = true
55
rust-version.workspace = true
66

@@ -24,7 +24,7 @@ required-features = ["cli"]
2424

2525
[dependencies]
2626
hugr.workspace = true
27-
tket = { path = "../tket", version = "0.13.1" }
27+
tket = { path = "../tket", version = "0.13.2" }
2828
lazy_static.workspace = true
2929
serde = { workspace = true, features = ["derive"] }
3030
smol_str.workspace = true

β€Žtket/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Changelog
22

33

4+
## [0.13.2](https://github.com/CQCL/tket2/compare/tket-v0.13.1...tket-v0.13.2) - 2025-08-08
5+
6+
### New Features
7+
8+
- *(tket-py)* Create BadgerOptimiser from arbitrary Rewriters ([#1022](https://github.com/CQCL/tket2/pull/1022))
9+
410
## [0.13.1](https://github.com/CQCL/tket2/compare/tket-v0.13.0...tket-v0.13.1) - 2025-07-30
511

612
### Documentation

β€Žtket/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tket"
3-
version = "0.13.1"
3+
version = "0.13.2"
44
edition = { workspace = true }
55
rust-version = { workspace = true }
66

0 commit comments

Comments
Β (0)