From 4f29116b511f5597ba046de83c7e0a475d8319ae Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 12:22:34 -0500 Subject: [PATCH] chore(main): release 0.1.1 (#88) * chore(main): release 0.1.1 * Update CHANGELOG.md --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Farshad Niayeshpour --- .release-please-manifest.json | 2 +- CHANGELOG.md | 36 ++++------------------------------- pyproject.toml | 2 +- 3 files changed, 6 insertions(+), 34 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 05849b4..f301a9b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "0.1.6", + ".": "0.1.1", "skip-github-release": false } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 73ad583..07523ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,38 +1,10 @@ # Changelog -## [0.1.6](https://github.com/PsiQ/qref/compare/v0.1.5...v0.1.6) (2024-06-03) +## [0.1.1](https://github.com/PsiQ/qref/compare/0.1.0...v0.1.1) (2024-06-03) ### Bug Fixes -* fetch depth ([#86](https://github.com/PsiQ/qref/issues/86)) ([e0dbf35](https://github.com/PsiQ/qref/commit/e0dbf35880328aef4e6344037b18dcb32d9cab55)) - -## [0.1.5](https://github.com/PsiQ/qref/compare/v0.1.4...v0.1.5) (2024-06-03) - - -### Bug Fixes - -* removing gh-pages push and add it to the mike command ([#84](https://github.com/PsiQ/qref/issues/84)) ([4c86608](https://github.com/PsiQ/qref/commit/4c866088af4b75c4fe2f429dc9609db2e79e2a6d)) - -## [0.1.4](https://github.com/PsiQ/qref/compare/v0.1.3...v0.1.4) (2024-06-03) - - -### Bug Fixes - -* update alias should fix the issues ([#82](https://github.com/PsiQ/qref/issues/82)) ([088daf8](https://github.com/PsiQ/qref/commit/088daf8d1e3b6850f9f14d5a05f83d4868ee461e)) - -## [0.1.3](https://github.com/PsiQ/qref/compare/v0.1.2...v0.1.3) (2024-06-03) - - -### Bug Fixes - -* removing pull ([#80](https://github.com/PsiQ/qref/issues/80)) ([14b1dc2](https://github.com/PsiQ/qref/commit/14b1dc211de25c55ef22d6a5d6bf1903afe89cfe)) - -## [0.1.2](https://github.com/PsiQ/qref/compare/v0.1.1...v0.1.2) (2024-06-03) - - -### Bug Fixes - -* remove depth ([#78](https://github.com/PsiQ/qref/issues/78)) ([0edfb6b](https://github.com/PsiQ/qref/commit/0edfb6b094d3eae7b8e838ecd0d1fdb2a755f00f)) - -## [0.1.1](https://github.com/PsiQ/qref/compare/0.1.0...v0.1.1) (2024-05-31) +* 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)) +* update ci pipeline ([#16](https://github.com/PsiQ/qref/issues/16)) ([ac2aae7](https://github.com/PsiQ/qref/commit/ac2aae785194003ad2ac8365e2befcd3f6b238ae)) diff --git a/pyproject.toml b/pyproject.toml index baf62a9..5a58666 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "qref" -version = "0.1.6" +version = "0.1.1" description = "Quantum Resource Estimation Format" authors = ["PsiQuantum, Corp."] license = "Apache 2.0"