Skip to content

Commit

Permalink
chore: release v0.3.1 (#928)
Browse files Browse the repository at this point in the history
## 🤖 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 <agustin.borgna@quantinuum.com>
Co-authored-by: Agustin Borgna <agustin.borgna@quantinuum.com>
  • Loading branch information
github-actions[bot] and aborgna-q committed Apr 23, 2024
1 parent 68c8ded commit 85ea544
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions hugr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 0.3.1 (2024-04-23)

### Features

- `new` methods for leaf ops ([#940](https://github.com/CQCL/hugr/pull/940))
- `CustomOp::extension` utility function ([#951](https://github.com/CQCL/hugr/pull/951))
- Encoder metadata in serialized hugr ([#955](https://github.com/CQCL/hugr/pull/955))

### Testing

- Add a test of instantiating an extension set ([#939](https://github.com/CQCL/hugr/pull/939))


## 0.3.0 (2024-04-15)

### Main changes
Expand Down
2 changes: 1 addition & 1 deletion hugr/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hugr"
version = "0.3.0"
version = "0.3.1"
edition = { workspace = true }
rust-version = { workspace = true }

Expand Down

0 comments on commit 85ea544

Please sign in to comment.