Skip to content

Commit

Permalink
chore(main): release 0.6.2 (#111)
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 12, 2024
1 parent cc4503f commit b3adcbd
Show file tree
Hide file tree
Showing 3 changed files with 9 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.6.1",
".": "0.6.2",
"skip-github-release": false
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.6.2](https://github.com/PsiQ/qref/compare/v0.6.1...v0.6.2) (2024-07-12)


### Bug Fixes

* Fix incorrect rendering with graphviz ([#110](https://github.com/PsiQ/qref/issues/110)) ([cc4503f](https://github.com/PsiQ/qref/commit/cc4503fa9aeb51609ee2722ad3e0d418480aaa97))

## [0.6.1](https://github.com/PsiQ/qref/compare/v0.6.0...v0.6.1) (2024-07-12)


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

0 comments on commit b3adcbd

Please sign in to comment.