Skip to content

Commit

Permalink
chore(main): release 0.1.1 (#88)
Browse files Browse the repository at this point in the history
* 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 <fniayeshpour@psiquantum.com>
  • Loading branch information
release-please[bot] and farshadniayeshpour authored Jun 3, 2024
1 parent a0c102a commit 4f29116
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 34 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
".": "0.1.6",
".": "0.1.1",
"skip-github-release": false
}
36 changes: 4 additions & 32 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 4f29116

Please sign in to comment.