From 5599c455e3c10a2cb2c9b7678fbd8a2fcb5a4d0b Mon Sep 17 00:00:00 2001 From: Steven Roose Date: Thu, 1 Apr 2021 15:29:15 +0100 Subject: [PATCH] Bump version to v1.0.1 --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aeed3a9..dbe376a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ CHANGELOG ========= +# v1.0.1 + +- Add `Mnemonic::language` getter. +- Make `Mnemonic::language_of` static method public. +- Change internal representation of `Mnemonic`, making it slightly smaller. # v1.0.0 diff --git a/Cargo.toml b/Cargo.toml index 3836a0e..cd4c2aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bip39" -version = "1.0.0" +version = "1.0.1" authors = ["Steven Roose "] license = "CC0-1.0" homepage = "https://github.com/rust-bitcoin/rust-bip39/"