From a355905c5ed4db608e6fe516d98aea193dd4bb4e Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Fri, 13 Dec 2024 22:59:19 +0000 Subject: [PATCH] v0.1.3 --- 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 e01db86..2b87218 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this library adheres to Rust's notion of ## [Unreleased] +## [0.1.3] - 2024-12-13 + ### Fixed - Disabled default features of dependencies to fix no-std support. diff --git a/Cargo.lock b/Cargo.lock index 0c97c2e..abedeb7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -60,7 +60,7 @@ dependencies = [ [[package]] name = "zip32" -version = "0.1.2" +version = "0.1.3" dependencies = [ "assert_matches", "blake2b_simd", diff --git a/Cargo.toml b/Cargo.toml index c0213fb..d7a6c2d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zip32" -version = "0.1.2" +version = "0.1.3" authors = [ "Jack Grigg ", "Kris Nuttycombe ",