Skip to content

Commit 51a90ae

Browse files
committed
chore(main): release hugr-py 0.14.0
1 parent 1099506 commit 51a90ae

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-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.1"
2+
"hugr-py": "0.14.0"
33
}

hugr-py/CHANGELOG.md

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

3+
## [0.14.0](https://github.com/CQCL/hugr/compare/hugr-py-v0.13.1...hugr-py-v0.14.0) (2025-09-22)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* replaced `fxhash` and `paste` with `rustc-hash` and `pastey`, respectively.
9+
10+
### Features
11+
12+
* Add more options to `DotRenderer` config ([#2540](https://github.com/CQCL/hugr/issues/2540)) ([45f7573](https://github.com/CQCL/hugr/commit/45f7573fc0a863ea26d9e854a20482078bfdbd0c))
13+
14+
15+
### Bug Fixes
16+
17+
* Appease `cargo-audit` by replacing unmaintained dependencies ([#2572](https://github.com/CQCL/hugr/issues/2572)) ([1099506](https://github.com/CQCL/hugr/commit/1099506915df52808f34d7a8a9b76e845e7d5caf))
18+
319
## [0.13.1](https://github.com/CQCL/hugr/compare/hugr-py-v0.13.0...hugr-py-v0.13.1) (2025-08-18)
420

521

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.1"
3+
version = "0.14.0"
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.1"
21+
__version__ = "0.14.0"

0 commit comments

Comments
 (0)