From 98a5220ccfc8a237f73f1d53661f608bbb78c37c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 14:34:44 +0000 Subject: [PATCH] chore: release Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 10 ++++++++++ Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5c336c7e..cd5092855 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 0.2.1 (2024-02-21) + +### Documentation + +- HUGR spec copyediting ([#843](https://github.com/CQCL/hugr/pull/843)) + +### Features + +- Arbitrary types in the yaml extension definition ([#839](https://github.com/CQCL/hugr/pull/839)) + ## 0.2.0 (2024-02-20) ### Documentation diff --git a/Cargo.toml b/Cargo.toml index a7d375396..21e3f31d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quantinuum-hugr" -version = "0.2.0" +version = "0.2.1" edition = "2021" rust-version = "1.75"