diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..66beb47 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,11 @@ +# Changelog +All notable changes to this library will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this library adheres to Rust's notion of +[Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.1.0] - 2023-12-06 +Initial release. diff --git a/Cargo.lock b/Cargo.lock index daaa55e..bd5aa1f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -51,7 +51,7 @@ checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc" [[package]] name = "zip32" -version = "0.0.0" +version = "0.1.0" dependencies = [ "assert_matches", "blake2b_simd", diff --git a/Cargo.toml b/Cargo.toml index e4cc027..03e2b50 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zip32" -version = "0.0.0" +version = "0.1.0" authors = [ "Jack Grigg ", "Kris Nuttycombe ",