Skip to content

Commit 66ea7ac

Browse files
committed
chore: release guppylang-internals 0.34.0
1 parent 100b974 commit 66ea7ac

4 files changed

Lines changed: 25 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"guppylang": "0.21.12",
3-
"guppylang-internals": "0.33.0"
3+
"guppylang-internals": "0.34.0"
44
}

guppylang-internals/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@
33
First release of `guppylang_internals` package containing refactored out internal components
44
from `guppylang`.
55

6+
## [0.34.0](https://github.com/Quantinuum/guppylang/compare/guppylang-internals-v0.33.0...guppylang-internals-v0.34.0) (2026-05-14)
7+
8+
9+
### ⚠ BREAKING CHANGES
10+
11+
* **guppy_internals:** Allow indexes access and assignment in `dagger` contex ([#1706](https://github.com/Quantinuum/guppylang/issues/1706))
12+
* Metadata Generation with Nested Modifiers ([#1691](https://github.com/Quantinuum/guppylang/issues/1691))
13+
* Better scoping for existentials ([#1602](https://github.com/Quantinuum/guppylang/issues/1602))
14+
15+
### Features
16+
17+
* **guppy_internals:** Allow indexes access and assignment in `dagger` contex ([#1706](https://github.com/Quantinuum/guppylang/issues/1706)) ([dcdf0bb](https://github.com/Quantinuum/guppylang/commit/dcdf0bb3252a6e56037ee7009bae5cdf7edb9628))
18+
19+
20+
### Bug Fixes
21+
22+
* Better scoping for existentials ([#1602](https://github.com/Quantinuum/guppylang/issues/1602)) ([0483dfd](https://github.com/Quantinuum/guppylang/commit/0483dfd334d4d31583bcb161ad9837713d136750))
23+
* **internals:** Act upon and resolve Python 3.15 AST deprecations ([#1668](https://github.com/Quantinuum/guppylang/issues/1668)) ([618ce5b](https://github.com/Quantinuum/guppylang/commit/618ce5b9b46a11ff2df77a175107430e569fb833))
24+
* Metadata Generation with Nested Modifiers ([#1691](https://github.com/Quantinuum/guppylang/issues/1691)) ([263e919](https://github.com/Quantinuum/guppylang/commit/263e9193ce2c1c5d90a6dac9113630c718445c82))
25+
* Prevent leaking memory in custom call compilers and checkers ([#1736](https://github.com/Quantinuum/guppylang/issues/1736)) ([100b974](https://github.com/Quantinuum/guppylang/commit/100b974cd6da8da901b7beefc0558a939a548ddc))
26+
* Use of array subscript as argument of control modifiers ([#1708](https://github.com/Quantinuum/guppylang/issues/1708)) ([1881cb8](https://github.com/Quantinuum/guppylang/commit/1881cb8b9a12c95bffbea302f396ecd0b00152e2))
27+
628
## [0.33.0](https://github.com/Quantinuum/guppylang/compare/guppylang-internals-v0.32.0...guppylang-internals-v0.33.0) (2026-04-16)
729

830

guppylang-internals/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "guppylang-internals"
3-
version = "0.33.0"
3+
version = "0.34.0"
44
requires-python = ">=3.10,<4"
55
description = "Compiler internals for `guppylang` package."
66
license = { file = "LICENCE" }
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# This is updated by our release-please workflow, triggered by this
22
# annotation: x-release-please-version
3-
__version__ = "0.33.0"
3+
__version__ = "0.34.0"

0 commit comments

Comments
 (0)