From 5508b7f47f2050281e72541602ad9d5c2cfd50f6 Mon Sep 17 00:00:00 2001 From: Kartik Singhal Date: Wed, 11 Sep 2024 12:03:06 -0500 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f19aa6..62cf673 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.8.1] - 2024-09-11 + +### Fixed + +* Use a context manager for opening files in https://github.com/CQCL/pytket-phir/pull/219 +* Emit nested binary expressions for classical ops in https://github.com/CQCL/pytket-phir/pull/224 + ## [0.8.0] - 2024-07-16 ### Added @@ -215,6 +222,7 @@ First release. [0.7.2]: https://github.com/CQCL/pytket-phir/compare/v0.7.1...v0.7.2 [0.7.3]: https://github.com/CQCL/pytket-phir/compare/v0.7.2...v0.7.3 [0.8.0]: https://github.com/CQCL/pytket-phir/compare/v0.7.3...v0.8.0 -[unreleased]: https://github.com/CQCL/pytket-phir/compare/v0.8.0...HEAD +[0.8.1]: https://github.com/CQCL/pytket-phir/compare/v0.8.0...v0.8.1 +[unreleased]: https://github.com/CQCL/pytket-phir/compare/v0.8.1...HEAD