Skip to content

Commit

Permalink
chore(main): release 0.8.1 (#356)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [0.8.1](v0.8.0...v0.8.1)
(2024-08-08)


### Bug Fixes

* Fix invalid result operation name
([#367](#367))
([568624d](568624d))
* Linearity checking bug
([#355](#355))
([e14660f](e14660f))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
hugrbot authored Aug 8, 2024
1 parent 568624d commit 7bf419f
Show file tree
Hide file tree
Showing 3 changed files with 10 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,3 +1,3 @@
{
".": "0.8.0"
".": "0.8.1"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.8.1](https://github.com/CQCL/guppylang/compare/v0.8.0...v0.8.1) (2024-08-08)


### Bug Fixes

* Fix invalid result operation name ([#367](https://github.com/CQCL/guppylang/issues/367)) ([568624d](https://github.com/CQCL/guppylang/commit/568624d1ccd70dc78c16f4ca2170dc167791ea64))
* Linearity checking bug ([#355](https://github.com/CQCL/guppylang/issues/355)) ([e14660f](https://github.com/CQCL/guppylang/commit/e14660f2b31d104c7fb0b5cb8806c3656098afbb))

## [0.8.0](https://github.com/CQCL/guppylang/compare/v0.7.0...v0.8.0) (2024-07-30)


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 = "guppylang"
version = "0.8.0"
version = "0.8.1"
description = "Pythonic quantum-classical programming language"
authors = ["Mark Koch <mark.koch@quantinuum.com>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 7bf419f

Please sign in to comment.