From b6da3141957c04374d2070a6c8c8db7454d563aa Mon Sep 17 00:00:00 2001 From: Kartik Singhal Date: Tue, 7 Nov 2023 15:29:11 -0600 Subject: [PATCH] doc(changelog): prepare for v0.1.6 release --- CHANGELOG.md | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92c4e22..8e2d72c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 - +