From a8630c45a50eeacd0005c731327a604783f16338 Mon Sep 17 00:00:00 2001 From: Kartik Singhal Date: Tue, 23 Jan 2024 14:17:50 -0600 Subject: [PATCH] chore: update changelog for v0.3.0 release --- CHANGELOG.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3068a01..af16a2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.0] + +### Added + +* Support for WASM files in https://github.com/CQCL/pytket-phir/pull/77 +* Support for bitwise operations in https://github.com/CQCL/pytket-phir/pull/94 + +### Fixed + +* sharder: issue with classical ordering in https://github.com/CQCL/pytket-phir/pull/96 + ## [0.2.1] ### Added @@ -60,6 +71,7 @@ First release. [0.1.2]: https://github.com/CQCL/pytket-phir/compare/v0.1.1...v0.1.2 [0.2.0]: https://github.com/CQCL/pytket-phir/compare/v0.1.2...v0.2.0 [0.2.1]: https://github.com/CQCL/pytket-phir/compare/v0.2.0...v0.2.1 -[unreleased]: https://github.com/CQCL/pytket-phir/compare/v0.2.1...HEAD +[0.3.0]: https://github.com/CQCL/pytket-phir/compare/v0.2.1...v0.3.0 +[unreleased]: https://github.com/CQCL/pytket-phir/compare/v0.3.0...HEAD