Skip to content

Commit

Permalink
doc(changelog): prepare for v0.1.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
qartik committed Nov 7, 2023
1 parent 363b816 commit b6da314
Showing 1 changed file with 23 additions and 2 deletions.
25 changes: 23 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed

- fix(model): require `data_type` in `cvar_define` in https://github.com/CQCL/phir/pull/14

## [0.1.6] - 2023-11-07

### Fixed

- fix(spec): include missing `<=` comparison operator
- fix(model): better validation in https://github.com/CQCL/phir/pull/15
- pick classical ops from Table I in the spec
- pick quantum ops from Table II in the spec
- split QOp into four, validate args/angles

### Changed

- docs: shorten spec file name to `spec.md`
- ci(markdown): add markdownlint, fix minor issues
- style(ruff): use `ruff format` instead of black

## [0.1.5] - 2023-10-23

### Changed
Expand Down Expand Up @@ -57,6 +77,7 @@ First release.
[0.1.3]: https://github.com/CQCL/phir/compare/v0.1.2...v0.1.3
[0.1.4]: https://github.com/CQCL/phir/compare/v0.1.3...v0.1.4
[0.1.5]: https://github.com/CQCL/phir/compare/v0.1.4...v0.1.5
[unreleased]: https://github.com/CQCL/phir/compare/v0.1.5...HEAD
[0.1.6]: https://github.com/CQCL/phir/compare/v0.1.5...v0.1.6
[unreleased]: https://github.com/CQCL/phir/compare/v0.1.6...HEAD

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

0 comments on commit b6da314

Please sign in to comment.