Skip to content

Commit b13d542

Browse files
authored
chore: release
1 parent dfa5e8f commit b13d542

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)