Skip to content

Commit 2f588cb

Browse files
authored
chore(main): release hugr-py 0.10.3 (#1854)
🤖 I have created a release *beep* *boop* --- ## [0.10.3](hugr-py-v0.10.2...hugr-py-v0.10.3) (2025-02-17) ### Features * add xor to logic extension ([#1911](#1911)) ([5e7c81e](5e7c81e)) * **hugr-llvm:** Emit ipow ([#1839](#1839)) ([89e671a](89e671a)) --- 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 fb8a2f8 commit 2f588cb

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-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.10.2"
2+
"hugr-py": "0.10.3"
33
}

hugr-py/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.10.3](https://github.com/CQCL/hugr/compare/hugr-py-v0.10.2...hugr-py-v0.10.3) (2025-02-17)
4+
5+
6+
### Features
7+
8+
* add xor to logic extension ([#1911](https://github.com/CQCL/hugr/issues/1911)) ([5e7c81e](https://github.com/CQCL/hugr/commit/5e7c81e2a6e939629feac8448f79ed30d986349a))
9+
* **hugr-llvm:** Emit ipow ([#1839](https://github.com/CQCL/hugr/issues/1839)) ([89e671a](https://github.com/CQCL/hugr/commit/89e671a27501363994322a71c2a0d83f59ebebe4))
10+
311
## [0.10.2](https://github.com/CQCL/hugr/compare/hugr-py-v0.10.1...hugr-py-v0.10.2) (2024-12-20)
412

513

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

0 commit comments

Comments
 (0)