From 213c93db67b6009209a90eff801194a52958e530 Mon Sep 17 00:00:00 2001 From: hugrbot Date: Tue, 6 Aug 2024 14:33:17 +0100 Subject: [PATCH] chore: release v0.6.0 (#63) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 🤖 New release * `tket-json-rs`: 0.5.1 -> 0.6.0
Changelog

## 0.6.0 (2024-08-06) ### Bug Fixes - Update ToffoliBox permutation type ([#64](https://github.com/CQCL/tket-json-rs/pull/64)) ### Features - [**breaking**] Add support for WASM operations ([#61](https://github.com/CQCL/tket-json-rs/pull/61))

--- 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 | 11 +++++++++++ Cargo.toml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f04614..d533f53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Release notes +## 0.6.0 (2024-08-06) + +### Bug Fixes + +- [**breaking**] Update ToffoliBox permutation type ([#64](https://github.com/CQCL/tket-json-rs/pull/64)) + +### Features + +- [**breaking**] Add support for WASM operations ([#61](https://github.com/CQCL/tket-json-rs/pull/61)) + + ## 0.5.1 (2024-07-24) ### Features diff --git a/Cargo.toml b/Cargo.toml index f91abb0..a786ed2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tket-json-rs" -version = "0.5.1" +version = "0.6.0" license = "Apache-2.0" edition = "2021" rust-version = "1.70"