From 0e7b3037b803b3905eb0936b3735075aec4cf1ec Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 15:27:09 +0000 Subject: [PATCH 1/2] chore(main): release 0.5.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ pyproject.toml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6764575..1bd9732 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "0.4.0", + ".": "0.5.0", "skip-github-release": false } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f06905..5743fd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.5.0](https://github.com/PsiQ/qref/compare/v0.4.0...v0.5.0) (2024-06-25) + + +### Features + +* changes visibility of classes and methods in schemav1 ([#99](https://github.com/PsiQ/qref/issues/99)) ([2f2c4eb](https://github.com/PsiQ/qref/commit/2f2c4eb032e4d5385804e6e5cbefef631906997c)) + + +### Documentation + +* Add Example for Using Rendering Module in Documentation ([#103](https://github.com/PsiQ/qref/issues/103)) ([966f67a](https://github.com/PsiQ/qref/commit/966f67a05b240e9412f784c1fd580fb706536341)) + ## [0.4.0](https://github.com/PsiQ/qref/compare/v0.3.0...v0.4.0) (2024-06-13) diff --git a/pyproject.toml b/pyproject.toml index c00d85b..9261c28 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "qref" -version = "0.4.0" +version = "0.5.0" description = "Quantum Resource Estimation Format" authors = ["PsiQuantum, Corp."] license = "Apache 2.0" From 2f7f9189832d5c10c56f845265a3e271a071143b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=C2=A0St=C4=99ch=C5=82y?= Date: Tue, 25 Jun 2024 11:35:41 -0400 Subject: [PATCH 2/2] chore: Update CHANGELOG.md --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5743fd8..b500f91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,12 @@ ### Features -* changes visibility of classes and methods in schemav1 ([#99](https://github.com/PsiQ/qref/issues/99)) ([2f2c4eb](https://github.com/PsiQ/qref/commit/2f2c4eb032e4d5385804e6e5cbefef631906997c)) +* changes visibility of classes and methods in Schemav1, as well as rules for field names ([#99](https://github.com/PsiQ/qref/issues/99)) ([2f2c4eb](https://github.com/PsiQ/qref/commit/2f2c4eb032e4d5385804e6e5cbefef631906997c)) ### Documentation -* Add Example for Using Rendering Module in Documentation ([#103](https://github.com/PsiQ/qref/issues/103)) ([966f67a](https://github.com/PsiQ/qref/commit/966f67a05b240e9412f784c1fd580fb706536341)) +* Add an example for using rendering module in documentation ([#103](https://github.com/PsiQ/qref/issues/103)) ([966f67a](https://github.com/PsiQ/qref/commit/966f67a05b240e9412f784c1fd580fb706536341)) ## [0.4.0](https://github.com/PsiQ/qref/compare/v0.3.0...v0.4.0) (2024-06-13)