Skip to content

Commit d91dc8a

Browse files
hugrbotdoug-qss2165
authored
chore(main): release hugr-py 0.11.1 (#1983)
🤖 I have created a release *beep* *boop* --- ## [0.11.1](hugr-py-v0.11.0...hugr-py-v0.11.1) (2025-03-17) ### Features * Add default envelope config to `Package.to_str`/`to_bytes` ([#1980](#1980)) ([44deda1](44deda1)) ### Bug Fixes * Cyclic import in hugr.envelope ([#1981](#1981)) ([cff0dba](cff0dba)) --- 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: Douglas Wilson <[email protected]> Co-authored-by: Seyon Sivarajah <[email protected]>
1 parent 3f335d2 commit d91dc8a

File tree

5 files changed

+16
-4
lines changed

5 files changed

+16
-4
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.0"
2+
"hugr-py": "0.11.1"
33
}

hugr-py/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.11.1](https://github.com/CQCL/hugr/compare/hugr-py-v0.11.0...hugr-py-v0.11.1) (2025-03-17)
4+
5+
6+
### Features
7+
8+
* Add default envelope config to `Package.to_str`/`to_bytes` ([#1980](https://github.com/CQCL/hugr/issues/1980)) ([44deda1](https://github.com/CQCL/hugr/commit/44deda11e9c335f7ff705eaf1b8bcc01b6c2e202))
9+
10+
11+
### Bug Fixes
12+
13+
* Cyclic import in hugr.envelope ([#1981](https://github.com/CQCL/hugr/issues/1981)) ([cff0dba](https://github.com/CQCL/hugr/commit/cff0dba67c241f6a817eb029f73e7c9634b2d441))
14+
315
## [0.11.0](https://github.com/CQCL/hugr/compare/hugr-py-v0.10.3...hugr-py-v0.11.0) (2025-03-14)
416

517

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.0"
3+
version = "0.11.1"
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.0"
19+
__version__ = "0.11.1"

uv.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)