Skip to content

Commit 6e6ec0b

Browse files
authored
chore(main): release hugr-py 0.13.1 (#2495)
🤖 I have created a release *beep* *boop* --- ## [0.13.1](hugr-py-v0.13.0...hugr-py-v0.13.1) (2025-08-18) ### Features * Add option to render a subgraph of a hugr. ([#2497](#2497)) ([c3370fe](c3370fe)) * **py:** implement `Sequence` protocol for qsys results/shots ([#2524](#2524)) ([b42e9df](b42e9df)) * Type of constants in `core` `Term`s. ([#2411](#2411)) ([2ba5764](2ba5764)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent b42e9df commit 6e6ec0b

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
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.13.0"
2+
"hugr-py": "0.13.1"
33
}

hugr-py/CHANGELOG.md

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

3+
## [0.13.1](https://github.com/CQCL/hugr/compare/hugr-py-v0.13.0...hugr-py-v0.13.1) (2025-08-18)
4+
5+
6+
### Features
7+
8+
* Add option to render a subgraph of a hugr. ([#2497](https://github.com/CQCL/hugr/issues/2497)) ([c3370fe](https://github.com/CQCL/hugr/commit/c3370fef70918ba30b0a7aeacd7737739f15b96e))
9+
* **py:** implement `Sequence` protocol for qsys results/shots ([#2524](https://github.com/CQCL/hugr/issues/2524)) ([b42e9df](https://github.com/CQCL/hugr/commit/b42e9dfebda0a6283bcad5cf51c16612a5487a54))
10+
* Type of constants in `core` `Term`s. ([#2411](https://github.com/CQCL/hugr/issues/2411)) ([2ba5764](https://github.com/CQCL/hugr/commit/2ba576495195be8c73d68dd4feb73fcc74719118))
11+
312
## [0.13.0](https://github.com/CQCL/hugr/compare/hugr-py-v0.13.0rc1...hugr-py-v0.13.0) (2025-07-29)
413

514

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.13.0"
3+
version = "0.13.1"
44
requires-python = ">=3.10"
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
@@ -18,4 +18,4 @@
1818

1919
# This is updated by our release-please workflow, triggered by this
2020
# annotation: x-release-please-version
21-
__version__ = "0.13.0"
21+
__version__ = "0.13.1"

0 commit comments

Comments
 (0)