diff --git a/.release-please-manifest.json b/.release-please-manifest.json index adaccf2..0deda3f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "0.6.0", + ".": "0.7.0", "skip-github-release": false } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 56e1a0a..7f11914 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.7.0](https://github.com/PsiQ/bartiq/compare/v0.6.0...v0.7.0) (2024-10-09) + + +### Features + +* Add Single-Parameter Optimization Module to Bartiq ([#118](https://github.com/PsiQ/bartiq/issues/118)) ([e407474](https://github.com/PsiQ/bartiq/commit/e4074741b41fabf3737fde00d5fcd22138e46652)) +* Use ensure_routine to streamline conversion from Qref to Bartiq ([#125](https://github.com/PsiQ/bartiq/issues/125)) ([c03e5f0](https://github.com/PsiQ/bartiq/commit/c03e5f037e01c37e643334ce9a736802d7d6dd2b)) + + +### Bug Fixes + +* Fix LaTeX rendering in docs ([#124](https://github.com/PsiQ/bartiq/issues/124)) ([1976ae9](https://github.com/PsiQ/bartiq/commit/1976ae9c0eed9e48a86b8a2e9cd0909b92522ac9)) + ## [0.6.0](https://github.com/PsiQ/bartiq/compare/v0.5.1...v0.6.0) (2024-09-19) diff --git a/pyproject.toml b/pyproject.toml index 0df88b5..3efef80 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bartiq" -version = "0.6.0" +version = "0.7.0" description = "Symbolic Quantum Resource Estimation compilation" authors = ["PsiQuantum, Corp."] license = "Apache 2.0"