Skip to content

Commit c98b5cd

Browse files
authored
chore: release (#1008)
## πŸ€– New release * `tket`: 0.13.0 -> 0.13.1 (βœ“ API compatible changes) * `tket-qsystem`: 0.17.0 -> 0.18.0 (βœ“ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> ## `tket` <blockquote> ## [0.13.1](tket-v0.13.0...tket-v0.13.1) - 2025-07-30 ### Documentation - Update README badges ([#1004](#1004)) </blockquote> ## `tket-qsystem` <blockquote> ## [0.18.0](tket-qsystem-v0.17.0...tket-qsystem-v0.18.0) - 2025-07-30 ### New Features - [**breaking**] Add `array_from_ptr` to `ArrayLowering` trait ([#971](#971)) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/).
1 parent dfa5e8f commit c98b5cd

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.0", features = [
22+
tket = { path = "../tket", version = "0.13.1", 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.0](https://github.com/CQCL/tket2/compare/tket-qsystem-v0.17.0...tket-qsystem-v0.18.0) - 2025-07-30
5+
6+
### New Features
7+
8+
- [**breaking**] Add `array_from_ptr` to `ArrayLowering` trait ([#971](https://github.com/CQCL/tket2/pull/971))
9+
410
## [0.17.0](https://github.com/CQCL/tket2/compare/tket2-hseries-v0.16.1...tket-qsystem-v0.17.0) - 2025-07-25
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.17.0"
3+
version = "0.18.0"
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.0" }
27+
tket = { path = "../tket", version = "0.13.1" }
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,5 +1,11 @@
11
# Changelog
22

3+
4+
## [0.13.1](https://github.com/CQCL/tket2/compare/tket-v0.13.0...tket-v0.13.1) - 2025-07-30
5+
6+
### Documentation
7+
8+
- Update README badges ([#1004](https://github.com/CQCL/tket2/pull/1004))
39
## [0.13.0](https://github.com/CQCL/tket2/compare/tket2-v0.12.3...tket-v0.13.0) - 2025-07-25
410

511
### New Features

β€Ž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.0"
3+
version = "0.13.1"
44
edition = { workspace = true }
55
rust-version = { workspace = true }
66

0 commit comments

Comments
Β (0)