From 1929de1dd34c1b59c469fe4300093a5de525331d Mon Sep 17 00:00:00 2001 From: hugrbot Date: Tue, 6 Aug 2024 14:12:35 +0100 Subject: [PATCH] chore: release --- CHANGELOG.md | 11 +++++++++++ Cargo.toml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f04614..9c68398 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Release notes +## 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)) + + ## 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"