Skip to content

Commit

Permalink
chore(main): release 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hugrbot committed Oct 9, 2024
1 parent 3aecbf7 commit 62f9c13
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 3 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.12.1"
".": "0.13.0"
}
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## [0.13.0](https://github.com/CQCL/guppylang/compare/v0.12.1...v0.13.0) (2024-10-09)


### ⚠ BREAKING CHANGES

* Removed the `linst` type, use `list` instead.
* Unsupported list methods have been removed.

### Features

* Allow linear data inside lists ([#531](https://github.com/CQCL/guppylang/issues/531)) ([229be2e](https://github.com/CQCL/guppylang/commit/229be2e6c0e048d431683707a2532503e2f3dad1))
* Allow py expressions in type arguments ([#515](https://github.com/CQCL/guppylang/issues/515)) ([b4fae3f](https://github.com/CQCL/guppylang/commit/b4fae3f7a29b384f8bbe0069dc6131ec115e17ee))
* Update Hugr lowering for lists ([#534](https://github.com/CQCL/guppylang/issues/534)) ([7083760](https://github.com/CQCL/guppylang/commit/7083760a9807375a2e6453826e5a453a0415aff7))


### Bug Fixes

* Fix printing of generic function parameters ([#516](https://github.com/CQCL/guppylang/issues/516)) ([5c18ef6](https://github.com/CQCL/guppylang/commit/5c18ef63237ad76a4b0f74d8b3c4d77a438052ef)), closes [#482](https://github.com/CQCL/guppylang/issues/482)


### Miscellaneous Chores

* Remove linst type ([#533](https://github.com/CQCL/guppylang/issues/533)) ([3717bae](https://github.com/CQCL/guppylang/commit/3717bae2967de210b665869efbe8fb69fc45247a))

## [0.12.1](https://github.com/CQCL/guppylang/compare/v0.12.0...v0.12.1) (2024-09-23)


Expand Down
2 changes: 1 addition & 1 deletion guppylang/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@

# This is updated by our release-please workflow, triggered by this
# annotation: x-release-please-version
__version__ = "0.12.1"
__version__ = "0.13.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "guppylang"
version = "0.12.1"
version = "0.13.0"
requires-python = ">=3.10,<3.13"
description = "Pythonic quantum-classical programming language"
license = { file = "LICENCE" }
Expand Down

0 comments on commit 62f9c13

Please sign in to comment.