From 74891911b10deca208c9ca8328c309110909531a Mon Sep 17 00:00:00 2001 From: Kartik Singhal Date: Tue, 26 Mar 2024 10:03:18 -0500 Subject: [PATCH] chore: prep for v0.6.1 release --- CHANGELOG.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0908f4b..0f985ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.6.1] - 2024-03-26 + +### Fixed + +* Remove unneeded logic for comments for conditionals in https://github.com/CQCL/pytket-phir/pull/152 + * Fixes `make_comment_text` repeats the condition for conditional ops (https://github.com/CQCL/pytket-phir/issues/149) +* Invalid reordering of operations involving classical bits in https://github.com/CQCL/pytket-phir/pull/151 + * Fixes https://github.com/CQCL/pytket-phir/issues/150 + ## [0.6.0] - 2024-03-15 ### Changed @@ -145,6 +154,9 @@ First release. [0.4.3]: https://github.com/CQCL/pytket-phir/compare/v0.4.2...v0.4.3 [0.4.4]: https://github.com/CQCL/pytket-phir/compare/v0.4.3...v0.4.4 [0.5.0]: https://github.com/CQCL/pytket-phir/compare/v0.4.4...v0.5.0 -[unreleased]: https://github.com/CQCL/pytket-phir/compare/v0.5.0...HEAD +[0.5.1]: https://github.com/CQCL/pytket-phir/compare/v0.5.0...v0.5.1 +[0.6.0]: https://github.com/CQCL/pytket-phir/compare/v0.5.1...v0.6.0 +[0.6.1]: https://github.com/CQCL/pytket-phir/compare/v0.6.0...v0.6.1 +[unreleased]: https://github.com/CQCL/pytket-phir/compare/v0.6.1...HEAD