Skip to content

Commit

Permalink
chore: prep for v0.7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
qartik committed Apr 10, 2024
1 parent bac76d6 commit ecdd930
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

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

0 comments on commit ecdd930

Please sign in to comment.