From 673b926abce1572b1f64333f154af8064fbda9af Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 13:03:27 +0000 Subject: [PATCH] chore(main): release hugr-py 0.1.1 --- .release-please-manifest.json | 2 +- hugr-py/CHANGELOG.md | 12 ++++++++++++ hugr-py/pyproject.toml | 2 +- hugr-py/src/hugr/__init__.py | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8d1c522f3..f207be16b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "hugr-py": "0.1.0" + "hugr-py": "0.1.1" } diff --git a/hugr-py/CHANGELOG.md b/hugr-py/CHANGELOG.md index 7e32a82be..85a592f12 100644 --- a/hugr-py/CHANGELOG.md +++ b/hugr-py/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.1.1](https://github.com/CQCL/hugr/compare/hugr-py-v0.1.0...hugr-py-v0.1.1) (2024-04-19) + + +### Features + +* Encoder metadata in serialized hugr ([#955](https://github.com/CQCL/hugr/issues/955)) ([0a44d48](https://github.com/CQCL/hugr/commit/0a44d487b73f58674eb5884c72479a03e924bef0)) + + +### Bug Fixes + +* Set default value for Conditional.sum_rows ([#934](https://github.com/CQCL/hugr/issues/934)) ([d69198e](https://github.com/CQCL/hugr/commit/d69198eb57bf77f32538e1ba8de1f308815a067d)) + ## 0.1.0 (2024-04-15) This first release includes a pydantic model for the hugr serialization format version 1. diff --git a/hugr-py/pyproject.toml b/hugr-py/pyproject.toml index 28e4652b7..297021367 100644 --- a/hugr-py/pyproject.toml +++ b/hugr-py/pyproject.toml @@ -13,7 +13,7 @@ classifiers = [ "Topic :: Scientific/Engineering", ] name = "hugr" -version = "0.1.0" +version = "0.1.1" description = "Quantinuum's common representation for quantum programs" #keywords = [] authors = ["TKET development team "] diff --git a/hugr-py/src/hugr/__init__.py b/hugr-py/src/hugr/__init__.py index 2a151714d..02a9d987e 100644 --- a/hugr-py/src/hugr/__init__.py +++ b/hugr-py/src/hugr/__init__.py @@ -2,7 +2,7 @@ representation. """ -__version__ = "0.1.0" +__version__ = "0.1.1" def it_works() -> str: