File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "guppylang" : " 0.21.12" ,
3- "guppylang-internals" : " 0.33 .0"
3+ "guppylang-internals" : " 0.34 .0"
44}
Original file line number Diff line number Diff line change 33First release of ` guppylang_internals ` package containing refactored out internal components
44from ` guppylang ` .
55
6+ ## [ 0.34.0] ( https://github.com/Quantinuum/guppylang/compare/guppylang-internals-v0.33.0...guppylang-internals-v0.34.0 ) (2026-04-28)
7+
8+
9+ ### ⚠ BREAKING CHANGES
10+
11+ * Metadata Generation with Nested Modifiers ([ #1691 ] ( https://github.com/Quantinuum/guppylang/issues/1691 ) )
12+ * Better scoping for existentials ([ #1602 ] ( https://github.com/Quantinuum/guppylang/issues/1602 ) )
13+
14+ ### Bug Fixes
15+
16+ * Better scoping for existentials ([ #1602 ] ( https://github.com/Quantinuum/guppylang/issues/1602 ) ) ([ 0483dfd] ( https://github.com/Quantinuum/guppylang/commit/0483dfd334d4d31583bcb161ad9837713d136750 ) )
17+ * ** 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 ) )
18+ * Metadata Generation with Nested Modifiers ([ #1691 ] ( https://github.com/Quantinuum/guppylang/issues/1691 ) ) ([ 263e919] ( https://github.com/Quantinuum/guppylang/commit/263e9193ce2c1c5d90a6dac9113630c718445c82 ) )
19+
620## [ 0.33.0] ( https://github.com/Quantinuum/guppylang/compare/guppylang-internals-v0.32.0...guppylang-internals-v0.33.0 ) (2026-04-16)
721
822
Original file line number Diff line number Diff line change 11[project ]
22name = " guppylang-internals"
3- version = " 0.33 .0"
3+ version = " 0.34 .0"
44requires-python = " >=3.10,<4"
55description = " Compiler internals for `guppylang` package."
66license = { file = " LICENCE" }
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments