chore: bump version to 0.5.0

BREAKING: hashXof/finalizeXof now throw on invalid out_len
This commit is contained in:
2026-04-25 19:19:59 +02:00
parent a0e262bf02
commit 08e01269bc
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
ROOT := pkg
CRATE := blake3_wasm_rs
VERSION := 0.4.1
VERSION := $(shell grep '^version' Cargo.toml | head -1 | sed 's/.*"\(.*\)"/\1/')
CARGO := cargo
WASM_BINDGEN := wasm-bindgen