File tree 4 files changed +11
-3
lines changed
4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "hugr-py" : " 0.10.2 "
2
+ "hugr-py" : " 0.10.3 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
11
## [ 0.10.2] ( https://github.com/CQCL/hugr/compare/hugr-py-v0.10.1...hugr-py-v0.10.2 ) (2024-12-20)
4
12
5
13
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " hugr"
3
- version = " 0.10.2 "
3
+ version = " 0.10.3 "
4
4
requires-python = " >=3.10,<3.14"
5
5
description = " Quantinuum's common representation for quantum programs"
6
6
license = { file = " LICENCE" }
Original file line number Diff line number Diff line change 16
16
17
17
# This is updated by our release-please workflow, triggered by this
18
18
# annotation: x-release-please-version
19
- __version__ = "0.10.2 "
19
+ __version__ = "0.10.3 "
You can’t perform that action at this time.
0 commit comments