From 8034359bb578ea389c42c734b3a7fdda940e0fd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Agust=C3=ADn=20Borgna?= <121866228+aborgna-q@users.noreply.github.com> Date: Mon, 20 May 2024 13:40:40 +0100 Subject: [PATCH] chore(main): release hugr-py 0.2.1 --- .release-please-manifest.json | 2 +- hugr-py/CHANGELOG.md | 7 +++++++ hugr-py/pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ae3417b5e..103347bbb 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "hugr-py": "0.2.0a1" + "hugr-py": "0.2.1" } diff --git a/hugr-py/CHANGELOG.md b/hugr-py/CHANGELOG.md index 558de2141..51410a08f 100644 --- a/hugr-py/CHANGELOG.md +++ b/hugr-py/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.1](https://github.com/CQCL/hugr/compare/hugr-py-v0.2.0...hugr-py-v0.2.1) (2024-05-20) + + +### Features + +* Add serialization schema for metadata ([#1038](https://github.com/CQCL/hugr/issues/1038)) ([19bac62](https://github.com/CQCL/hugr/commit/19bac6210aa8c495679bd7c783751e9cde744c61)) + ## [0.2.0a1](https://github.com/CQCL/hugr/compare/hugr-py-v0.1.0...hugr-py-v0.2.0a1) (2024-05-13) diff --git a/hugr-py/pyproject.toml b/hugr-py/pyproject.toml index 86983211d..0c55a9476 100644 --- a/hugr-py/pyproject.toml +++ b/hugr-py/pyproject.toml @@ -13,7 +13,7 @@ classifiers = [ "Topic :: Scientific/Engineering", ] name = "hugr" -version = "0.2.0a1" +version = "0.2.1" description = "Quantinuum's common representation for quantum programs" #keywords = [] authors = ["TKET development team "]