From 4f37086ac8074d206354de795bff233b25d5931a Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 00:55:30 +0200 Subject: [PATCH] chore(main): release 0.6.0 (#107) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 16 ++++++++++++++++ pyproject.toml | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1bd9732..adaccf2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "0.5.0", + ".": "0.6.0", "skip-github-release": false } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index b500f91..21f207a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [0.6.0](https://github.com/PsiQ/qref/compare/v0.5.0...v0.6.0) (2024-07-09) + + +### ⚠ BREAKING CHANGES + +* Convert local_variables from list of strings to dictionary ([#106](https://github.com/PsiQ/qref/issues/106)) + +### Miscellaneous Chores + +* release 0.6.0 ([efdaa4c](https://github.com/PsiQ/qref/commit/efdaa4c1b69baa32ce6875e089b8ac895ab2519e)) + + +### Code Refactoring + +* Convert local_variables from list of strings to dictionary ([#106](https://github.com/PsiQ/qref/issues/106)) ([62697e0](https://github.com/PsiQ/qref/commit/62697e071500916b7dd920136cf63e196434a46d)) + ## [0.5.0](https://github.com/PsiQ/qref/compare/v0.4.0...v0.5.0) (2024-06-25) diff --git a/pyproject.toml b/pyproject.toml index 9261c28..31fec82 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "qref" -version = "0.5.0" +version = "0.6.0" description = "Quantum Resource Estimation Format" authors = ["PsiQuantum, Corp."] license = "Apache 2.0"