Skip to content

Commit

Permalink
chore(main): release 0.8.0 (#120)
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 Oct 9, 2024
1 parent f5a62af commit 412d837
Show file tree
Hide file tree
Showing 3 changed files with 20 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.7.0",
".": "0.8.0",
"skip-github-release": false
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [0.8.0](https://github.com/PsiQ/qref/compare/v0.7.0...v0.8.0) (2024-09-30)


### Features

* Implement support for rendering through ports ([#121](https://github.com/PsiQ/qref/issues/121)) ([b4d6bf3](https://github.com/PsiQ/qref/commit/b4d6bf3d59d74482194b4625e77d6e51ba89b302))


### Bug Fixes

* Fix topology verification ([#123](https://github.com/PsiQ/qref/issues/123)) ([f5a62af](https://github.com/PsiQ/qref/commit/f5a62af4fb9bb085bc5665798e6e59c9f433aca1))
* Introduce helpers for creating functions consuming QREF objects ([#119](https://github.com/PsiQ/qref/issues/119)) ([c49efba](https://github.com/PsiQ/qref/commit/c49efba66faead629b936105b25d25ba339e3445))


### Documentation

* Add `through` to available port directions ([#122](https://github.com/PsiQ/qref/issues/122)) ([2ce612f](https://github.com/PsiQ/qref/commit/2ce612f409a3ab7826c17822f8b40c72257695e8))

## [0.7.0](https://github.com/PsiQ/qref/compare/v0.6.2...v0.7.0) (2024-07-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.7.0"
version = "0.8.0"
description = "Quantum Resource Estimation Format"
authors = ["PsiQuantum, Corp."]
license = "Apache 2.0"
Expand Down

0 comments on commit 412d837

Please sign in to comment.