From 7ec948ec7c9b3ec3d8b0cf8c432086cf2383d608 Mon Sep 17 00:00:00 2001 From: hugrbot Date: Tue, 9 Jul 2024 14:18:46 +0100 Subject: [PATCH 1/2] chore: release --- CHANGELOG.md | 8 ++++++++ Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d266946..25d11a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Release notes +## 0.5.0 (2024-07-09) + +### Features + +- Handle legacy tk1 optype ([#54](https://github.com/CQCL/tket-json-rs/pull/54)) +- [**breaking**] Classical op params ([#56](https://github.com/CQCL/tket-json-rs/pull/56)) + + ## 0.4.2 (2024-07-05) ### Bug Fixes diff --git a/Cargo.toml b/Cargo.toml index cb9c0cb..d570d7e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tket-json-rs" -version = "0.4.2" +version = "0.5.0" license = "Apache-2.0" edition = "2021" rust-version = "1.70" From b41490e426cf33d7d1c8c14ed4aa408b2f91e6f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Agust=C3=ADn=20Borgna?= <121866228+aborgna-q@users.noreply.github.com> Date: Tue, 9 Jul 2024 14:20:34 +0100 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25d11a4..470b9e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,9 @@ ### Features - Handle legacy tk1 optype ([#54](https://github.com/CQCL/tket-json-rs/pull/54)) -- [**breaking**] Classical op params ([#56](https://github.com/CQCL/tket-json-rs/pull/56)) +- [**breaking**] Add missing classical operation params ([#56](https://github.com/CQCL/tket-json-rs/pull/56)) +- [**breaking**] Add missing `data` operation param ([#56](https://github.com/CQCL/tket-json-rs/pull/56)) +- [**breaking**] Make more things `non_exhaustive` ([#56](https://github.com/CQCL/tket-json-rs/pull/56)) ## 0.4.2 (2024-07-05)