We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a79d99 commit 71c0e89Copy full SHA for 71c0e89
hugr-persistent/CHANGELOG.md
@@ -1 +1,5 @@
1
# Changelog
2
+
3
+## 0.1.0 (2025-07-10)
4
5
+Initial release.
hugr-persistent/Cargo.toml
@@ -10,7 +10,7 @@ homepage = { workspace = true }
10
repository = { workspace = true }
11
description = "Persistent IR structure for Quantinuum's HUGR"
12
keywords = ["Quantum", "Quantinuum"]
13
-categories = ["compilers", "ir"]
+categories = ["compilers"]
14
15
[[test]]
16
name = "persistent_walker_example"
release-plz.toml
@@ -72,5 +72,4 @@ version_group = "hugr"
72
73
[[package]]
74
name = "hugr-persistent"
75
-# TODO: Remove after the first release has been manually created.
76
-release = false
+release = true
0 commit comments