diff --git a/CHANGELOG.md b/CHANGELOG.md index 52d153c..cb191b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Release notes +## 0.7.0 (2024-11-13) + +### Features + +- [**breaking**] `created/discarded_qubits` circuit attribute ([#87](https://github.com/CQCL/tket-json-rs/pull/87)) +- Support classical expressions ([#86](https://github.com/CQCL/tket-json-rs/pull/86)) +- [**breaking**] Rename `Register` and cleanup definitions ([#89](https://github.com/CQCL/tket-json-rs/pull/89)) +- [**breaking**] Support old `Composite` alias for `CustomGate` ([#91](https://github.com/CQCL/tket-json-rs/pull/91)) + + ## 0.6.2 (2024-10-21) diff --git a/Cargo.toml b/Cargo.toml index 3830f64..198bafd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tket-json-rs" -version = "0.6.2" +version = "0.7.0" license = "Apache-2.0" edition = "2021" rust-version = "1.75"