From d035212e3d2dc7182c990488c6f56dc2958b5af8 Mon Sep 17 00:00:00 2001 From: hugrbot Date: Wed, 24 Jul 2024 11:43:01 +0100 Subject: [PATCH] chore: release v0.5.1 (#58) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 🤖 New release * `tket-json-rs`: 0.5.0 -> 0.5.1
Changelog

## 0.5.1 (2024-07-24) ### Features - Handle legacy condition optype ([#59](https://github.com/CQCL/tket-json-rs/pull/59))

--- This PR was generated with [release-plz](https://github.com/MarcoIeni/release-plz/). --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 470b9e7..4f04614 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Release notes +## 0.5.1 (2024-07-24) + +### Features + +- Handle legacy condition optype ([#59](https://github.com/CQCL/tket-json-rs/pull/59)) + + ## 0.5.0 (2024-07-09) ### Features diff --git a/Cargo.toml b/Cargo.toml index d570d7e..fe56352 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tket-json-rs" -version = "0.5.0" +version = "0.5.1" license = "Apache-2.0" edition = "2021" rust-version = "1.70"