From 8bb126b82717a2c6d48d6061d3c47763dc3163f5 Mon Sep 17 00:00:00 2001 From: hugrbot Date: Wed, 7 Aug 2024 14:53:12 +0100 Subject: [PATCH] chore: release --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d533f53..31ade92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Release notes +## 0.6.1 (2024-08-07) + +### Features + +- `map_params` helpers on the parametric structs ([#65](https://github.com/CQCL/tket-json-rs/pull/65)) + + ## 0.6.0 (2024-08-06) ### Bug Fixes diff --git a/Cargo.toml b/Cargo.toml index a786ed2..a665534 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tket-json-rs" -version = "0.6.0" +version = "0.6.1" license = "Apache-2.0" edition = "2021" rust-version = "1.70"