From 605e41e47467de08f8975b5358a39b5099093fb7 Mon Sep 17 00:00:00 2001 From: hugrbot Date: Tue, 9 Jul 2024 14:24:11 +0100 Subject: [PATCH] chore: release v0.5.0 (#55) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 🤖 New release * `tket-json-rs`: 0.4.2 -> 0.5.0
Changelog

## 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))

--- This PR was generated with [release-plz](https://github.com/MarcoIeni/release-plz/). --------- Co-authored-by: Agustín Borgna <121866228+aborgna-q@users.noreply.github.com> --- CHANGELOG.md | 10 ++++++++++ Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d266946..470b9e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Release notes +## 0.5.0 (2024-07-09) + +### Features + +- Handle legacy tk1 optype ([#54](https://github.com/CQCL/tket-json-rs/pull/54)) +- [**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) ### 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"