File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "hugr-py" : " 0.2.0a1 "
2
+ "hugr-py" : " 0.2.1 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## [ 0.2.0a1] ( https://github.com/CQCL/hugr/compare/hugr-py-v0.1.0...hugr-py-v0.2.0a1 ) (2024-05-13)
4
-
3
+ ## [ 0.2.1] ( https://github.com/CQCL/hugr/compare/hugr-py-v0.2.0...hugr-py-v0.2.1 ) (2024-05-20)
5
4
6
5
### ⚠ BREAKING CHANGES
7
6
11
10
12
11
### Features
13
12
13
+ * Add serialization schema for metadata ([ #1038 ] ( https://github.com/CQCL/hugr/issues/1038 ) ) ([ 19bac62] ( https://github.com/CQCL/hugr/commit/19bac6210aa8c495679bd7c783751e9cde744c61 ) )
14
14
* Add LoadFunction node ([ #947 ] ( https://github.com/CQCL/hugr/issues/947 ) ) ([ 81e9602] ( https://github.com/CQCL/hugr/commit/81e9602a47eddadc1c11d74ca7bda3b194d24f00 ) )
15
15
* Encoder metadata in serialized hugr ([ #955 ] ( https://github.com/CQCL/hugr/issues/955 ) ) ([ 0a44d48] ( https://github.com/CQCL/hugr/commit/0a44d487b73f58674eb5884c72479a03e924bef0 ) )
16
16
* Implement ` CustomConst ` serialization ([ #1005 ] ( https://github.com/CQCL/hugr/issues/1005 ) ) ([ c45e6fc] ( https://github.com/CQCL/hugr/commit/c45e6fc67334768ea55c4bd5223af0b7b0cc47ec ) )
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ classifiers = [
13
13
" Topic :: Scientific/Engineering" ,
14
14
]
15
15
name = " hugr"
16
- version = " 0.2.0a1 "
16
+ version = " 0.2.1 "
17
17
description = " Quantinuum's common representation for quantum programs"
18
18
# keywords = []
19
19
authors = [
" TKET development team <[email protected] >" ]
You can’t perform that action at this time.
0 commit comments