Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"guppylang": "0.21.5",
"guppylang": "0.21.6",
"guppylang-internals": "0.25.0"
}
9 changes: 9 additions & 0 deletions guppylang/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@ This changelog documents user-facing changes to the Guppy language excluding cha

As of August 2025, The Guppy language is undergoing rapid development and is currently unstable. There is a Guppy v1.0 stability [milestone](https://github.com/CQCL/guppylang/milestone/12) that is a work in progress and subject to change.

## [0.21.6](https://github.com/CQCL/guppylang/compare/guppylang-v0.21.5...guppylang-v0.21.6) (2025-10-29)


### Features

* implement str() for PartialVector ([d85efc9](https://github.com/CQCL/guppylang/commit/d85efc971c81f60eb6e7f2881623803ff45b43d1)), closes [#1225](https://github.com/CQCL/guppylang/issues/1225)
* **qsystem:** add `RNG.random_advance()` ([#1295](https://github.com/CQCL/guppylang/issues/1295)) ([f6271a2](https://github.com/CQCL/guppylang/commit/f6271a29768241e6e285f05c3eb3ccd2db9d12ac))
* Use `borrow_array` instead of `value_array` for array HUGR codegen ([#1166](https://github.com/CQCL/guppylang/issues/1166)) ([f9ef42b](https://github.com/CQCL/guppylang/commit/f9ef42b2baf61c3e1c2cfcf7bd1f3bcac33a1a25))

## [0.21.5](https://github.com/CQCL/guppylang/compare/guppylang-v0.21.4...guppylang-v0.21.5) (2025-09-22)

> [!WARNING]
Expand Down
2 changes: 1 addition & 1 deletion guppylang/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "guppylang"
version = "0.21.5"
version = "0.21.6"
requires-python = ">=3.10,<4"
description = "Pythonic quantum-classical programming language"
license = { file = "LICENCE" }
Expand Down
2 changes: 1 addition & 1 deletion guppylang/src/guppylang/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@

# This is updated by our release-please workflow, triggered by this
# annotation: x-release-please-version
__version__ = "0.21.5"
__version__ = "0.21.6"
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading