Skip to content

Commit

Permalink
chore(main): release 0.6.0 (#107)
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 Jul 9, 2024
1 parent efdaa4c commit 4f37086
Show file tree
Hide file tree
Showing 3 changed files with 18 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.5.0",
".": "0.6.0",
"skip-github-release": false
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [0.6.0](https://github.com/PsiQ/qref/compare/v0.5.0...v0.6.0) (2024-07-09)


### ⚠ BREAKING CHANGES

* Convert local_variables from list of strings to dictionary ([#106](https://github.com/PsiQ/qref/issues/106))

### Miscellaneous Chores

* release 0.6.0 ([efdaa4c](https://github.com/PsiQ/qref/commit/efdaa4c1b69baa32ce6875e089b8ac895ab2519e))


### Code Refactoring

* Convert local_variables from list of strings to dictionary ([#106](https://github.com/PsiQ/qref/issues/106)) ([62697e0](https://github.com/PsiQ/qref/commit/62697e071500916b7dd920136cf63e196434a46d))

## [0.5.0](https://github.com/PsiQ/qref/compare/v0.4.0...v0.5.0) (2024-06-25)


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

0 comments on commit 4f37086

Please sign in to comment.