v0.4.0: bump version, changelog, fuzz target for backup round-trip

This commit is contained in:
2026-06-03 00:41:01 +02:00
parent 426d7dad01
commit 4f03aa0af8
146 changed files with 231 additions and 10 deletions
+7
View File
@@ -26,3 +26,10 @@ path = "fuzz_targets/full_metadata.rs"
test = false
doc = false
bench = false
[[bin]]
name = "backup_roundtrip"
path = "fuzz_targets/backup_roundtrip.rs"
test = false
doc = false
bench = false