Skip to content

Commit

Permalink
chore: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
qartik committed Nov 4, 2024
1 parent 8117266 commit af46e1f
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.9.0] - 2024-11-04

### Fixed

* Ensure unused classical registers are not omitted
* Ensure unused classical registers are not omitted in https://github.com/CQCL/pytket-phir/pull/238

### Added

* PHIR generation for `ClExprOp`
* PHIR generation for `ClExprOp` in https://github.com/CQCL/pytket-phir/pull/251

### Changed

* use WasmModuleHandler API to avoid temp files in https://github.com/CQCL/pytket-phir/pull/249

## [0.8.1] - 2024-09-11

Expand Down Expand Up @@ -231,6 +237,7 @@ First release.
[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
[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
[0.9.0]: https://github.com/CQCL/pytket-phir/compare/v0.8.1...v0.9.0
[unreleased]: https://github.com/CQCL/pytket-phir/compare/v0.9.0...HEAD

<!-- markdownlint-configure-file {"MD024": {"siblings_only" : true}, "MD034": false} -->

0 comments on commit af46e1f

Please sign in to comment.