Skip to content

Commit 5599c45

Browse files
committed
Bump version to v1.0.1
1 parent 88819a0 commit 5599c45

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
CHANGELOG
22
=========
33

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.
49

510
# v1.0.0
611

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bip39"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
authors = ["Steven Roose <steven@stevenroose.org>"]
55
license = "CC0-1.0"
66
homepage = "https://github.com/rust-bitcoin/rust-bip39/"

0 commit comments

Comments
 (0)