Skip to content

Commit

Permalink
chore(main): release 0.2.0 (#93)
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 9db17bb commit 6fad005
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 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.2",
".": "0.2.0",
"skip-github-release": false
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.2"
version = "0.2.0"
description = "Quantum Resource Estimation Format"
authors = ["PsiQuantum, Corp."]
license = "Apache 2.0"
Expand Down

0 comments on commit 6fad005

Please sign in to comment.