Skip to content

Commit

Permalink
chore(main): release 0.5.0 (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugrbot authored Jun 10, 2024
1 parent 977ccd8 commit e68066c
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.4.0"
".": "0.5.0"
}
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.0](https://github.com/CQCL/guppylang/compare/v0.4.0...v0.5.0) (2024-06-10)


### Features

* Add extern symbols ([#236](https://github.com/CQCL/guppylang/issues/236)) ([977ccd8](https://github.com/CQCL/guppylang/commit/977ccd831a3df1bdf49582309bce065a865d3e31))

## [0.4.0](https://github.com/CQCL/guppylang/compare/v0.3.0...v0.4.0) (2024-05-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.4.0"
version = "0.5.0"
description = "Pythonic quantum-classical programming language"
authors = ["Mark Koch <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit e68066c

Please sign in to comment.