Skip to content

Commit

Permalink
chore(main): release 0.5.1 (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugrbot authored Jun 12, 2024
1 parent 16a77db commit c0e2140
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,3 +1,3 @@
{
".": "0.5.0"
".": "0.5.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.5.1](https://github.com/CQCL/guppylang/compare/v0.5.0...v0.5.1) (2024-06-12)


### Bug Fixes

* Serialisation of bool values ([#239](https://github.com/CQCL/guppylang/issues/239)) ([16a77db](https://github.com/CQCL/guppylang/commit/16a77dbd4c5905eff6c4ddabe66b5ef1b8a7e15b))

## [0.5.0](https://github.com/CQCL/guppylang/compare/v0.4.0...v0.5.0) (2024-06-10)


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

0 comments on commit c0e2140

Please sign in to comment.