Skip to content

Commit

Permalink
chore(main): release 0.1.2 (#91)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Jun 3, 2024
1 parent 702b5bb commit 8154393
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 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.1",
".": "0.1.2",
"skip-github-release": false
}
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,13 @@
# Changelog
# Changelog

## [0.1.2](https://github.com/PsiQ/qref/compare/v0.1.1...v0.1.2) (2024-06-03)


### 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
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.1"
version = "0.1.2"
description = "Quantum Resource Estimation Format"
authors = ["PsiQuantum, Corp."]
license = "Apache 2.0"
Expand Down

0 comments on commit 8154393

Please sign in to comment.