Skip to content

Commit

Permalink
chore(main): release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jul 9, 2024
1 parent 62697e0 commit c295272
Show file tree
Hide file tree
Showing 3 changed files with 13 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",
".": "1.0.0",
"skip-github-release": false
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

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


### ⚠ BREAKING CHANGES

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

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

0 comments on commit c295272

Please sign in to comment.