Skip to content

Commit 670028c

Browse files
committed
chore: release guppylang-internals 1.0.0
1 parent 48895a5 commit 670028c

4 files changed

Lines changed: 33 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": "1.0.0"
44
}

guppylang-internals/CHANGELOG.md

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

6+
## [1.0.0](https://github.com/Quantinuum/guppylang/compare/guppylang-internals-v0.33.0...guppylang-internals-v1.0.0) (2026-05-28)
7+
8+
9+
### ⚠ BREAKING CHANGES
10+
11+
* Delete redundant error message ([#1767](https://github.com/Quantinuum/guppylang/issues/1767))
12+
* Protocol parsing ([#1754](https://github.com/Quantinuum/guppylang/issues/1754))
13+
* **guppy_internals:** Allow indexes access and assignment in `dagger` contex ([#1706](https://github.com/Quantinuum/guppylang/issues/1706))
14+
* Metadata Generation with Nested Modifiers ([#1691](https://github.com/Quantinuum/guppylang/issues/1691))
15+
* Better scoping for existentials ([#1602](https://github.com/Quantinuum/guppylang/issues/1602))
16+
17+
### Features
18+
19+
* **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))
20+
* Protocol parsing ([#1754](https://github.com/Quantinuum/guppylang/issues/1754)) ([17282cd](https://github.com/Quantinuum/guppylang/commit/17282cdf71b9a238c737d2ddb19ad71e7e7d24d4))
21+
22+
23+
### Bug Fixes
24+
25+
* Better scoping for existentials ([#1602](https://github.com/Quantinuum/guppylang/issues/1602)) ([0483dfd](https://github.com/Quantinuum/guppylang/commit/0483dfd334d4d31583bcb161ad9837713d136750))
26+
* **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))
27+
* Metadata Generation with Nested Modifiers ([#1691](https://github.com/Quantinuum/guppylang/issues/1691)) ([263e919](https://github.com/Quantinuum/guppylang/commit/263e9193ce2c1c5d90a6dac9113630c718445c82))
28+
* 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))
29+
* 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))
30+
31+
32+
### Code Refactoring
33+
34+
* Delete redundant error message ([#1767](https://github.com/Quantinuum/guppylang/issues/1767)) ([2dc589a](https://github.com/Quantinuum/guppylang/commit/2dc589aaaf27d762875b96346d524d811d5201a6))
35+
636
## [0.33.0](https://github.com/Quantinuum/guppylang/compare/guppylang-internals-v0.32.0...guppylang-internals-v0.33.0) (2026-04-16)
737

838

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 = "1.0.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__ = "1.0.0"

0 commit comments

Comments
 (0)