From 4e27b0642cb5cfc892cdfc24ca68225257d2bcf6 Mon Sep 17 00:00:00 2001 From: hugrbot Date: Wed, 10 Jul 2024 14:09:07 +0100 Subject: [PATCH] chore(main): release 0.6.2 (#298) :robot: I have created a release *beep* *boop* --- ## [0.6.2](https://github.com/CQCL/guppylang/compare/v0.6.1...v0.6.2) (2024-07-10) ### Features * update to hugr-python 0.4 ([af770c3](https://github.com/CQCL/guppylang/commit/af770c31536a59c32fd8229579455a309e90058e)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5d02000a..bf5f1fb2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.6.1" + ".": "0.6.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c5d7bb64..1c1db02d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.2](https://github.com/CQCL/guppylang/compare/v0.6.1...v0.6.2) (2024-07-10) + + +### Features + +* update to hugr-python 0.4 ([af770c3](https://github.com/CQCL/guppylang/commit/af770c31536a59c32fd8229579455a309e90058e)) + ## [0.6.1](https://github.com/CQCL/guppylang/compare/v0.6.0...v0.6.1) (2024-07-09) diff --git a/pyproject.toml b/pyproject.toml index e31d315a..a0731845 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "guppylang" -version = "0.6.1" +version = "0.6.2" description = "Pythonic quantum-classical programming language" authors = ["Mark Koch "] license = "Apache-2.0"