We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d016665 commit 3b73dc2Copy full SHA for 3b73dc2
hugr/CHANGELOG.md
@@ -1,5 +1,17 @@
1
# Changelog
2
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
15
## 0.3.0 (2024-04-15)
16
17
### Main changes
hugr/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "hugr"
-version = "0.3.0"
+version = "0.3.1"
edition = { workspace = true }
rust-version = { workspace = true }
0 commit comments