From 171dc4a6022684d22d5463e5ee6a80b87e70ba3f Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 21:15:29 +0200 Subject: [PATCH] chore(main): release 0.6.0 (#121) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 27 +++++++++++++++++++++++++++ pyproject.toml | 2 +- 3 files changed, 29 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c8d8913..adaccf2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "0.5.1", + ".": "0.6.0", "skip-github-release": false } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index fc01560..56e1a0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,32 @@ # Changelog +## [0.6.0](https://github.com/PsiQ/bartiq/compare/v0.5.1...v0.6.0) (2024-09-19) + + +### ⚠ BREAKING CHANGES + +* New compilation engine ([#115](https://github.com/PsiQ/bartiq/issues/115)) + +### Features + +* New compilation engine ([#115](https://github.com/PsiQ/bartiq/issues/115)) ([cf79586](https://github.com/PsiQ/bartiq/commit/cf79586354b0ab8dcd708b29bf3caf02cc999ffa)) + + +### Bug Fixes + +* Add a parameter to control the removal of decomposed resources in the aggregation function ([#109](https://github.com/PsiQ/bartiq/issues/109)) ([37acec8](https://github.com/PsiQ/bartiq/commit/37acec8f7e7e2f5b338b9b44486ae3f283ec1ee0)) + + +### Documentation + +* new tutorial for advanced alias sampling examples and aggregation function ([4a3d789](https://github.com/PsiQ/bartiq/commit/4a3d789b58e6cdce398a81e7ca686c72e0082454)) +* Update compilation docs ([#119](https://github.com/PsiQ/bartiq/issues/119)) ([4492a2c](https://github.com/PsiQ/bartiq/commit/4492a2c3cb87cad34be437d7288af871a4697fd5)) + + +### Miscellaneous Chores + +* release 0.6.0 ([eefe37a](https://github.com/PsiQ/bartiq/commit/eefe37add4bc47fc51048fe9793e04a32e1dbe3e)) + ## [0.5.1](https://github.com/PsiQ/bartiq/compare/v0.5.0...v0.5.1) (2024-08-13) diff --git a/pyproject.toml b/pyproject.toml index b378db2..f396648 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bartiq" -version = "0.5.1" +version = "0.6.0" description = "Symbolic Quantum Resource Estimation compilation" authors = ["PsiQuantum, Corp."] license = "Apache 2.0"