From a014f79a2c7e2aec744d59c984adc8f067d95c4f Mon Sep 17 00:00:00 2001 From: hugrbot Date: Tue, 5 Nov 2024 14:35:21 +0000 Subject: [PATCH] chore: release v0.6.3 --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52d153c..c034826 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Release notes +## 0.7.0 (2024-11-05) + +### Features + +- [**breaking**] `created/discarded_qubits` circuit attribute ([#87](https://github.com/CQCL/tket-json-rs/pull/87)) + + ## 0.6.2 (2024-10-21) diff --git a/Cargo.toml b/Cargo.toml index 0eea50d..ff71467 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.70"