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.11.3 "
2
+ "hugr-py" : " 0.11.4 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.11.4] ( https://github.com/CQCL/hugr/compare/hugr-py-v0.11.3...hugr-py-v0.11.4 ) (2025-03-28)
4
+
5
+
6
+ ### Features
7
+
8
+ * Python bindings for ` hugr-model ` . ([ #1959 ] ( https://github.com/CQCL/hugr/issues/1959 ) ) ([ 25df063] ( https://github.com/CQCL/hugr/commit/25df06380d9e14a4bde8f6353c70dc27ef58c3ef ) )
9
+ * Remove extension sets from ` hugr-model ` . ([ #2031 ] ( https://github.com/CQCL/hugr/issues/2031 ) ) ([ 5dd1f96] ( https://github.com/CQCL/hugr/commit/5dd1f9659f0954e937e0a3a41886e953db58628b ) )
10
+
3
11
## [ 0.11.3] ( https://github.com/CQCL/hugr/compare/hugr-py-v0.11.2...hugr-py-v0.11.3 ) (2025-03-21)
4
12
5
13
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " hugr"
3
- version = " 0.11.3 "
3
+ version = " 0.11.4 "
4
4
requires-python = " >=3.10"
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 18
18
19
19
# This is updated by our release-please workflow, triggered by this
20
20
# annotation: x-release-please-version
21
- __version__ = "0.11.3 "
21
+ __version__ = "0.11.4 "
You can’t perform that action at this time.
0 commit comments