From 2c15ecd8fee3c1f0587bdd21d152f432759188be Mon Sep 17 00:00:00 2001 From: Kartik Singhal Date: Tue, 27 Feb 2024 14:20:24 -0600 Subject: [PATCH] chore: prep for v0.4.4 release --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd1e84c..39f0d83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.4] - 2024-02-27 + +### Fixed + +* support for nested bitwise ops in https://github.com/CQCL/pytket-phir/pull/135 +* phirgen: emit "Skip" `"mop"` instead of raising error on global phase in https://github.com/CQCL/pytket-phir/pull/138 + ## [0.4.3] - 2024-02-15 ### Removed @@ -112,6 +119,7 @@ First release. [0.4.1]: https://github.com/CQCL/pytket-phir/compare/v0.4.0...v0.4.1 [0.4.2]: https://github.com/CQCL/pytket-phir/compare/v0.4.1...v0.4.2 [0.4.3]: https://github.com/CQCL/pytket-phir/compare/v0.4.2...v0.4.3 -[unreleased]: https://github.com/CQCL/pytket-phir/compare/v0.4.3...HEAD +[0.4.4]: https://github.com/CQCL/pytket-phir/compare/v0.4.3...v0.4.4 +[unreleased]: https://github.com/CQCL/pytket-phir/compare/v0.4.4...HEAD