Skip to content

Commit bf0e271

Browse files
hugrbotaborgna-q
andauthored
chore(main): release hugr-py 0.11.0 (#1954)
🤖 I have created a release *beep* *boop* --- ## [0.11.0](hugr-py-v0.10.3...hugr-py-v0.11.0) (2025-03-14) ### ⚠ BREAKING CHANGES * Lift op in prelude replaced with a Barrier that behaves similarly except does not add any extensions. ### Features * Add collections.static_array extension. ([#1964](#1964)) ([fdcd48a](fdcd48a)) * Add float &lt;--&gt; int bytecasting ops to conversions extension ([#1956](#1956)) ([fa1bf86](fa1bf86)) * Generic HUGR serialization with envelopes ([6710e5f](6710e5f)) * replace `Lift` with `Barrier` ([#1952](#1952)) ([4e6b6d8](4e6b6d8)) ### Bug Fixes * **hugr-py:** output and delete node issues ([#1971](#1971)) ([408517d](408517d)) --- 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: Agustín Borgna <agustin.borgna@quantinuum.com>
1 parent 06d5120 commit bf0e271

File tree

5 files changed

+25
-4
lines changed

5 files changed

+25
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"hugr-py": "0.10.3"
2+
"hugr-py": "0.11.0"
33
}

hugr-py/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [0.11.0](https://github.com/CQCL/hugr/compare/hugr-py-v0.10.3...hugr-py-v0.11.0) (2025-03-14)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Lift op in prelude replaced with a Barrier that behaves similarly except does not add any extensions.
9+
10+
### Features
11+
12+
* Add collections.static_array extension. ([#1964](https://github.com/CQCL/hugr/issues/1964)) ([fdcd48a](https://github.com/CQCL/hugr/commit/fdcd48af26c10ec92b63287681fd201dff0f281c))
13+
* Add float &lt;--&gt; int bytecasting ops to conversions extension ([#1956](https://github.com/CQCL/hugr/issues/1956)) ([fa1bf86](https://github.com/CQCL/hugr/commit/fa1bf867289bbfce10316a7101ea123419d1893f))
14+
* Generic HUGR serialization with envelopes ([6710e5f](https://github.com/CQCL/hugr/commit/6710e5fe3939a71b38018fca547c4d9cc421cbac))
15+
* replace `Lift` with `Barrier` ([#1952](https://github.com/CQCL/hugr/issues/1952)) ([4e6b6d8](https://github.com/CQCL/hugr/commit/4e6b6d8df576f43bd5ced51b2eb4f1ed4d5c3b82))
16+
17+
18+
### Bug Fixes
19+
20+
* **hugr-py:** output and delete node issues ([#1971](https://github.com/CQCL/hugr/issues/1971)) ([408517d](https://github.com/CQCL/hugr/commit/408517d620711c5573ea013e4d062499a62f55dd))
21+
322
## [0.10.3](https://github.com/CQCL/hugr/compare/hugr-py-v0.10.2...hugr-py-v0.10.3) (2025-02-17)
423

524

hugr-py/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "hugr"
3-
version = "0.10.3"
3+
version = "0.11.0"
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

Lines changed: 1 addition & 1 deletion
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.10.3"
19+
__version__ = "0.11.0"

uv.lock

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)