From 76a9697db6a06522c3918cc5ee4766120c74b573 Mon Sep 17 00:00:00 2001 From: release-plz Date: Tue, 19 Sep 2023 16:44:42 +0000 Subject: [PATCH 1/2] chore: release Signed-off-by: release-plz --- CHANGELOG.md | 6 ++++++ Cargo.toml | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc10cfd..b007201 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Release notes +## 0.1.1 (2023-09-19) + +### Features + +- Add tk2 op type ([#13](https://github.com/CQCL/tket-json-rs/pull/13)) + ## v0.1.0 (2023-08-18) - Initial release. \ No newline at end of file diff --git a/Cargo.toml b/Cargo.toml index 8932ef5..081e300 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tket-json-rs" -version = "0.1.0" +version = "0.1.1" license = "Apache-2.0" edition = "2021" rust-version = "1.70" @@ -25,4 +25,4 @@ pythonize = { version = "0.19.0", optional = true } [features] -pyo3 = ["dep:pyo3", "dep:pythonize"] \ No newline at end of file +pyo3 = ["dep:pyo3", "dep:pythonize"] From b64082df48256b08351d8404e989269cd88dacc0 Mon Sep 17 00:00:00 2001 From: Agustin Borgna Date: Sun, 17 Sep 2023 07:15:57 +0100 Subject: [PATCH 2/2] plz run ci