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
Generated
+1 -1
View File
@@ -53,7 +53,7 @@ dependencies = [
[[package]]
name = "blake3-wasm-rs"
version = "0.1.4"
version = "0.5.0"
dependencies = [
"blake3",
"hex",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "blake3-wasm-rs"
version = "0.1.4"
version = "0.5.0"
edition = "2024"
license = "MIT"
authors = ["UneBaguette <[email protected]>"]
+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