From 89edc2d724586d20438395b2c9f141821753dabe Mon Sep 17 00:00:00 2001 From: hugrbot Date: Thu, 13 Jun 2024 11:01:39 +0100 Subject: [PATCH] chore(main): release 0.5.2 (#244) --- .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 210d2903..258342d8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.5.1" + ".": "0.5.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2394fc5e..3e6a7a9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.5.2](https://github.com/CQCL/guppylang/compare/v0.5.1...v0.5.2) (2024-06-13) + + +### Bug Fixes + +* Don't reorder inputs of entry BB ([#243](https://github.com/CQCL/guppylang/issues/243)) ([ad56b99](https://github.com/CQCL/guppylang/commit/ad56b991c03e1bc52690e41450521e7fe9100268)) + ## [0.5.1](https://github.com/CQCL/guppylang/compare/v0.5.0...v0.5.1) (2024-06-12) diff --git a/pyproject.toml b/pyproject.toml index 9da791f6..2f3903b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "guppylang" -version = "0.5.1" +version = "0.5.2" description = "Pythonic quantum-classical programming language" authors = ["Mark Koch "] license = "Apache-2.0"