diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b5d9cb8..b010c86 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "0.10.0", + ".": "0.11.0", "skip-github-release": false } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index b8ad280..a8f7f27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.11.0](https://github.com/PsiQ/qref/compare/v0.10.0...v0.11.0) (2025-04-07) + + +### Features + +* Improve performance of topology verification ([#133](https://github.com/PsiQ/qref/issues/133)) ([ae371dc](https://github.com/PsiQ/qref/commit/ae371dcb051367e459a512c63d335e71f46c49ec)) + ## [0.10.0](https://github.com/PsiQ/qref/compare/v0.9.0...v0.10.0) (2025-02-17) diff --git a/pyproject.toml b/pyproject.toml index a955855..7b11ab3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "qref" -version = "0.10.0" +version = "0.11.0" description = "Quantum Resource Estimation Format" authors = ["PsiQuantum, Corp."] license = "Apache 2.0"