Skip to content

Commit

Permalink
chore: prep for v0.6.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
qartik committed Mar 26, 2024
1 parent 602f5ca commit 7489191
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.6.1] - 2024-03-26

### Fixed

* Remove unneeded logic for comments for conditionals in https://github.com/CQCL/pytket-phir/pull/152
* Fixes `make_comment_text` repeats the condition for conditional ops (https://github.com/CQCL/pytket-phir/issues/149)
* Invalid reordering of operations involving classical bits in https://github.com/CQCL/pytket-phir/pull/151
* Fixes https://github.com/CQCL/pytket-phir/issues/150

## [0.6.0] - 2024-03-15

### Changed
Expand Down Expand Up @@ -145,6 +154,9 @@ First release.
[0.4.3]: https://github.com/CQCL/pytket-phir/compare/v0.4.2...v0.4.3
[0.4.4]: https://github.com/CQCL/pytket-phir/compare/v0.4.3...v0.4.4
[0.5.0]: https://github.com/CQCL/pytket-phir/compare/v0.4.4...v0.5.0
[unreleased]: https://github.com/CQCL/pytket-phir/compare/v0.5.0...HEAD
[0.5.1]: https://github.com/CQCL/pytket-phir/compare/v0.5.0...v0.5.1
[0.6.0]: https://github.com/CQCL/pytket-phir/compare/v0.5.1...v0.6.0
[0.6.1]: https://github.com/CQCL/pytket-phir/compare/v0.6.0...v0.6.1
[unreleased]: https://github.com/CQCL/pytket-phir/compare/v0.6.1...HEAD

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

0 comments on commit 7489191

Please sign in to comment.