From b9787dfe2c2ec246a3f01d3e2aa2ef97b7604250 Mon Sep 17 00:00:00 2001 From: Kris Nuttycombe Date: Thu, 20 Feb 2025 13:51:44 -0700 Subject: [PATCH] Release zip32 version 0.2.0 --- CHANGELOG.md | 3 +++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01c0aa8b..ded263c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ and this library adheres to Rust's notion of [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.2.0] - 2025-02-20 + ### Added - `zip32::registered` module, implementing hardened-only key derivation for an application protocol specified in a ZIP. diff --git a/Cargo.lock b/Cargo.lock index 38ca29d4..501be115 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -60,7 +60,7 @@ dependencies = [ [[package]] name = "zip32" -version = "0.1.3" +version = "0.2.0" dependencies = [ "assert_matches", "blake2b_simd", diff --git a/Cargo.toml b/Cargo.toml index 584838bc..4f880195 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zip32" -version = "0.1.3" +version = "0.2.0" authors = [ "Jack Grigg ", "Kris Nuttycombe ",