Skip to content

Commit bf3889f

Browse files
aborgna-qhugrbot
andauthored
chore(main): release hugr-py 0.11.2 (#1996)
🤖 I have created a release *beep* *boop* --- ## [0.11.2](hugr-py-v0.11.1...hugr-py-v0.11.2) (2025-03-21) ### Features * add exit operation to prelude ([#2008](#2008)) ([6bd7665](6bd7665)) * Add llvm codegen for collections.static_array ([#2003](#2003)) ([f3dd145](f3dd145)) * **hugr-py:** Add `StaticArray` to standard extensions ([#1985](#1985)) ([cf860f3](cf860f3)), closes [#1984](#1984) * **hugr-py:** Support envelope compression ([#1994](#1994)) ([434c563](434c563)) ### Bug Fixes * StaticArrayValue serialisation ([#2009](#2009)) ([3fe6bf8](3fe6bf8)) ### Reverts * Revert breaking change to StaticArrayValue ([33a2b49](33a2b49)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: hugrbot <[email protected]>
1 parent c90545d commit bf3889f

File tree

4 files changed

+23
-3
lines changed

4 files changed

+23
-3
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"hugr-py": "0.11.1"
2+
"hugr-py": "0.11.2"
33
}

hugr-py/CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## [0.11.2](https://github.com/CQCL/hugr/compare/hugr-py-v0.11.1...hugr-py-v0.11.2) (2025-03-21)
4+
5+
6+
### Features
7+
8+
* add exit operation to prelude ([#2008](https://github.com/CQCL/hugr/issues/2008)) ([6bd7665](https://github.com/CQCL/hugr/commit/6bd76659d1f3f3b100cef46f0d5f7ceec79699a9))
9+
* Add llvm codegen for collections.static_array ([#2003](https://github.com/CQCL/hugr/issues/2003)) ([f3dd145](https://github.com/CQCL/hugr/commit/f3dd145963ce23152f29d2d46be7eaa9a78ef2c5))
10+
* **hugr-py:** Add `StaticArray` to standard extensions ([#1985](https://github.com/CQCL/hugr/issues/1985)) ([cf860f3](https://github.com/CQCL/hugr/commit/cf860f34b132a26411787f80668d621b7273f2c9)), closes [#1984](https://github.com/CQCL/hugr/issues/1984)
11+
* **hugr-py:** Support envelope compression ([#1994](https://github.com/CQCL/hugr/issues/1994)) ([434c563](https://github.com/CQCL/hugr/commit/434c563ae4134b34070c45dfd8d13865b613c49d))
12+
13+
14+
### Bug Fixes
15+
16+
* StaticArrayValue serialisation ([#2009](https://github.com/CQCL/hugr/issues/2009)) ([3fe6bf8](https://github.com/CQCL/hugr/commit/3fe6bf82ad3ebed5689e3304e7df88f43b9128b1))
17+
18+
19+
### Reverts
20+
21+
* Revert breaking change to StaticArrayValue ([33a2b49](https://github.com/CQCL/hugr/commit/33a2b49d2d343265415dab3c52631845b5cd53ce))
22+
323
## [0.11.1](https://github.com/CQCL/hugr/compare/hugr-py-v0.11.0...hugr-py-v0.11.1) (2025-03-17)
424

525

hugr-py/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "hugr"
3-
version = "0.11.1"
3+
version = "0.11.2"
44
requires-python = ">=3.10,<3.14"
55
description = "Quantinuum's common representation for quantum programs"
66
license = { file = "LICENCE" }

hugr-py/src/hugr/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616

1717
# This is updated by our release-please workflow, triggered by this
1818
# annotation: x-release-please-version
19-
__version__ = "0.11.1"
19+
__version__ = "0.11.2"

0 commit comments

Comments
 (0)