Skip to content

Commit

Permalink
chore(main): release 0.7.0 (#112)
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 25, 2024
1 parent b2920bd commit aeeb326
Show file tree
Hide file tree
Showing 3 changed files with 15 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.2",
".": "0.7.0",
"skip-github-release": false
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.7.0](https://github.com/PsiQ/qref/compare/v0.6.2...v0.7.0) (2024-07-25)


### Features

* Allow more concise definition of connections ([#113](https://github.com/PsiQ/qref/issues/113)) ([54f963c](https://github.com/PsiQ/qref/commit/54f963ceaf7680bf7c892e5f12606f019bda9abf))
* Implement accessing ports/children/resources by name ([#114](https://github.com/PsiQ/qref/issues/114)) ([b2920bd](https://github.com/PsiQ/qref/commit/b2920bd3de4656fefbaa20338cc0775491b0d946))


### Documentation

* Add section with design choices ([#105](https://github.com/PsiQ/qref/issues/105)) ([cae329b](https://github.com/PsiQ/qref/commit/cae329b63fca0e9057df5baaf067218b423247db))

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

0 comments on commit aeeb326

Please sign in to comment.