We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88819a0 commit 5599c45Copy full SHA for 5599c45
CHANGELOG.md
@@ -1,6 +1,11 @@
1
CHANGELOG
2
=========
3
4
+# v1.0.1
5
+
6
+- Add `Mnemonic::language` getter.
7
+- Make `Mnemonic::language_of` static method public.
8
+- Change internal representation of `Mnemonic`, making it slightly smaller.
9
10
# v1.0.0
11
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "bip39"
-version = "1.0.0"
+version = "1.0.1"
authors = ["Steven Roose <steven@stevenroose.org>"]
license = "CC0-1.0"
homepage = "https://github.com/rust-bitcoin/rust-bip39/"
0 commit comments