Skip to content

Commit e7cd40a

Browse files
chore: release v0.3.1 (#928)
## 🤖 New release * `hugr`: 0.3.0 -> 0.3.1 (✓ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## 0.3.1 (2024-04-23) ### Features - `new` methods for leaf ops ([#940](#940)) - `CustomOp::extension` utility function ([#951](#951)) - Encoder metadata in serialized hugr ([#955](#955)) ### Testing - Add a test of instantiating an extension set ([#939](#939)) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/MarcoIeni/release-plz/). Signed-off-by: Agustin Borgna <[email protected]> Co-authored-by: Agustin Borgna <[email protected]>
1 parent 0a44d48 commit e7cd40a

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

hugr/CHANGELOG.md

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

3+
## 0.3.1 (2024-04-23)
4+
5+
### Features
6+
7+
- `new` methods for leaf ops ([#940](https://github.com/CQCL/hugr/pull/940))
8+
- `CustomOp::extension` utility function ([#951](https://github.com/CQCL/hugr/pull/951))
9+
- Encoder metadata in serialized hugr ([#955](https://github.com/CQCL/hugr/pull/955))
10+
11+
### Testing
12+
13+
- Add a test of instantiating an extension set ([#939](https://github.com/CQCL/hugr/pull/939))
14+
15+
316
## 0.3.0 (2024-04-15)
417

518
### Main changes

hugr/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hugr"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
edition = { workspace = true }
55
rust-version = { workspace = true }
66

0 commit comments

Comments
 (0)