Skip to content

Commit c3efd1d

Browse files
authored
chore: release (#926)
## πŸ€– New release * `tket2`: 0.12.1 -> 0.12.2 (βœ“ API compatible changes) * `tket2-hseries`: 0.15.1 -> 0.16.0 (βœ“ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> ## `tket2` <blockquote> ## [0.12.2](tket2-v0.12.1...tket2-v0.12.2) - 2025-06-30 ### Refactor - *(hseries)* use array unpack operation ([#913](#913)) </blockquote> ## `tket2-hseries` <blockquote> ## [0.16.0](tket2-hseries-v0.15.1...tket2-hseries-v0.16.0) - 2025-06-30 ### Bug Fixes - run QystemPass with module as entrypoint ([#945](#945)) ### New Features - [**breaking**] Make `ResultsCodegenExtension` and `DebugCodegenExtension` generic over used array lowering ([#920](#920)) ### Refactor - *(hseries)* use array unpack operation ([#913](#913)) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/).
1 parent 0dd4ebd commit c3efd1d

File tree

6 files changed

+26
-6
lines changed

6 files changed

+26
-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.

β€Žtket2-hseries/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.16.0](https://github.com/CQCL/tket2/compare/tket2-hseries-v0.15.1...tket2-hseries-v0.16.0) - 2025-06-30
8+
9+
### Bug Fixes
10+
11+
- run QystemPass with module as entrypoint ([#945](https://github.com/CQCL/tket2/pull/945))
12+
13+
### New Features
14+
15+
- [**breaking**] Make `ResultsCodegenExtension` and `DebugCodegenExtension` generic over used array lowering ([#920](https://github.com/CQCL/tket2/pull/920))
16+
17+
### Refactor
18+
19+
- *(hseries)* use array unpack operation ([#913](https://github.com/CQCL/tket2/pull/913))
20+
721
## [0.15.1](https://github.com/CQCL/tket2/compare/tket2-hseries-v0.14.1...tket2-hseries-v0.15.1) - 2025-06-18
822

923
### Bug Fixes

β€Žtket2-hseries/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tket2-hseries"
3-
version = "0.15.1"
3+
version = "0.16.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-
tket2 = { path = "../tket2", version = "0.12.1" }
27+
tket2 = { path = "../tket2", version = "0.12.2" }
2828
lazy_static.workspace = true
2929
serde = { workspace = true, features = ["derive"] }
3030
smol_str.workspace = true

β€Žtket2-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-
tket2 = { path = "../tket2", version = "0.12.1", features = [
22+
tket2 = { path = "../tket2", version = "0.12.2", features = [
2323
"portmatching",
2424
"binary-eccs",
2525
] }

β€Žtket2/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.12.2](https://github.com/CQCL/tket2/compare/tket2-v0.12.1...tket2-v0.12.2) - 2025-06-30
8+
9+
### Refactor
10+
11+
- *(hseries)* use array unpack operation ([#913](https://github.com/CQCL/tket2/pull/913))
12+
713
## [0.12.1](https://github.com/CQCL/tket2/compare/tket2-v0.12.0...tket2-v0.12.1) - 2025-06-18
814

915
### New Features

β€Žtket2/Cargo.toml

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

0 commit comments

Comments
Β (0)