diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5081588..cc76411 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "0.8.0", + ".": "0.9.0", "skip-github-release": false } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e32612..61e1893 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.9.0](https://github.com/PsiQ/qref/compare/v0.8.0...v0.9.0) (2024-11-07) + + +### Features + +* add repeated structures ([#124](https://github.com/PsiQ/qref/issues/124)) ([a3ead6c](https://github.com/PsiQ/qref/commit/a3ead6c0cfd16c03c1527e234eed81dcb2ba31f6)) + ## [0.8.0](https://github.com/PsiQ/qref/compare/v0.7.0...v0.8.0) (2024-09-30) diff --git a/pyproject.toml b/pyproject.toml index b9626f0..47a0626 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "qref" -version = "0.8.0" +version = "0.9.0" description = "Quantum Resource Estimation Format" authors = ["PsiQuantum, Corp."] license = "Apache 2.0"