From ecdd9309c8b288e551a3723ea17e88524cad8887 Mon Sep 17 00:00:00 2001 From: Kartik Singhal Date: Wed, 10 Apr 2024 10:52:02 -0500 Subject: [PATCH] chore: prep for v0.7.0 release --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d32c7ec..b970af9 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.7.0] - 2024-04-10 + +### Added + +* PHIR generation for `ExplicitPredicate`, `ExplicitModifier`, `MultiBitOp` in https://github.com/CQCL/pytket-phir/pull/162 + * Also fixes a bug with handling conditional ops + ## [0.6.3] - 2024-04-02 ### Fixed @@ -171,6 +178,7 @@ First release. [0.6.1]: https://github.com/CQCL/pytket-phir/compare/v0.6.0...v0.6.1 [0.6.2]: https://github.com/CQCL/pytket-phir/compare/v0.6.1...v0.6.2 [0.6.3]: https://github.com/CQCL/pytket-phir/compare/v0.6.2...v0.6.3 -[unreleased]: https://github.com/CQCL/pytket-phir/compare/v0.6.3...HEAD +[0.7.0]: https://github.com/CQCL/pytket-phir/compare/v0.6.3...v0.7.0 +[unreleased]: https://github.com/CQCL/pytket-phir/compare/v0.7.0...HEAD