Skip to content

Commit 3b73dc2

Browse files
chore: release
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d016665 commit 3b73dc2

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

hugr/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## 0.3.1 (2024-04-16)
4+
5+
### Features
6+
7+
- 'Replace' rewrite returns node map ([#929](https://github.com/CQCL/hugr/pull/929))
8+
- `new` methods for leaf ops ([#940](https://github.com/CQCL/hugr/pull/940))
9+
10+
### Testing
11+
12+
- Add a test of instantiating an extension set ([#939](https://github.com/CQCL/hugr/pull/939))
13+
14+
315
## 0.3.0 (2024-04-15)
416

517
### 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)