From 4ea5bf6e67ad797a61e325f42ed0dd5f0eb64649 Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Fri, 20 Sep 2024 17:07:54 +0000 Subject: [PATCH] v0.1.1 --- CHANGELOG.md | 2 ++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44627d5..28292b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this library adheres to Rust's notion of [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.1.1] - 2024-09-20 ### Fixed - The `std` default feature of `blake2b_simd` is now disabled, to enable no-std usage. diff --git a/Cargo.lock b/Cargo.lock index ef88e4d..577bce5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -33,7 +33,7 @@ checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc" [[package]] name = "zcash_spec" -version = "0.1.0" +version = "0.1.1" dependencies = [ "blake2b_simd", ] diff --git a/Cargo.toml b/Cargo.toml index e7d5a71..ff9490d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zcash_spec" -version = "0.1.0" +version = "0.1.1" authors = [ "Jack Grigg ", ]