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 ",