From 0e7d6e36c167dc410fe925c76c7b1fe2ede8d853 Mon Sep 17 00:00:00 2001 From: Kartik Singhal Date: Thu, 15 Feb 2024 11:58:04 -0600 Subject: [PATCH] chore: prep for new release --- CHANGELOG.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47f0bda..bd1e84c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.3] - 2024-02-15 + +### Removed + +* An unnecessary ordering check exposed by an edge case in https://github.com/CQCL/pytket-phir/pull/125 + +## [0.4.2] - 2024-02-07 + +### Fixed + +* Bugs in execution order of subcommands in https://github.com/CQCL/pytket-phir/pull/124 + ## [0.4.1] - 2024-02-02 ### Added @@ -98,6 +110,8 @@ First release. [0.3.0]: https://github.com/CQCL/pytket-phir/compare/v0.2.1...v0.3.0 [0.4.0]: https://github.com/CQCL/pytket-phir/compare/v0.3.0...v0.4.0 [0.4.1]: https://github.com/CQCL/pytket-phir/compare/v0.4.0...v0.4.1 -[unreleased]: https://github.com/CQCL/pytket-phir/compare/v0.4.1...HEAD +[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