From 6fad005c381135f2e330d8913aba1d2177202869 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 13:06:43 -0500 Subject: [PATCH] chore(main): release 0.2.0 (#93) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 17 +++++++++++++++++ pyproject.toml | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index dd50114..1b789e3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "0.1.2", + ".": "0.2.0", "skip-github-release": false } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 825c32f..6d3c22b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1,18 @@ # Changelog + +## [0.2.0](https://github.com/PsiQ/qref/compare/v0.1.2...v0.2.0) (2024-06-03) + + +### Features + +* new release name ([#92](https://github.com/PsiQ/qref/issues/92)) ([9db17bb](https://github.com/PsiQ/qref/commit/9db17bb867285c7b170b015a0b289719da1ba1ac)) + + +### Bug Fixes + +* add cicd workflows for build and release ([bd11a15](https://github.com/PsiQ/qref/commit/bd11a153d00e3210cfec322b9492307efc21eb24)) +* add sorting to fields in schema_v1 ([#15](https://github.com/PsiQ/qref/issues/15)) ([ff7c67e](https://github.com/PsiQ/qref/commit/ff7c67e0c89e79ca2f1c99f107c6a0cfc02cc29c)) +* Re-test ([702b5bb](https://github.com/PsiQ/qref/commit/702b5bbacf2ca88769150b059133468b5fca9fbd)) +* update ci pipeline ([#16](https://github.com/PsiQ/qref/issues/16)) ([ac2aae7](https://github.com/PsiQ/qref/commit/ac2aae785194003ad2ac8365e2befcd3f6b238ae)) + +## Changelog diff --git a/pyproject.toml b/pyproject.toml index faaad0e..0b1dd98 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "qref" -version = "0.1.2" +version = "0.2.0" description = "Quantum Resource Estimation Format" authors = ["PsiQuantum, Corp."] license = "Apache 2.0"