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"