From 7b7a7fee87b67adee83e2a366aaf00e607e6b988 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 12:25:30 +0000 Subject: [PATCH] chore: release --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8506b0d..f16cb25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Release notes +## 0.3.1 (2024-02-26) + +### Features + +- ToffoliBox encoding ([#28](https://github.com/CQCL/tket-json-rs/pull/28)) + ## 0.3.0 (2023-11-09) ### Features diff --git a/Cargo.toml b/Cargo.toml index 7b8c250..2fd65a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tket-json-rs" -version = "0.3.0" +version = "0.3.1" license = "Apache-2.0" edition = "2021" rust-version = "1.70"