Update CHANGELOG and bump to v2.0.0
This commit is contained in:
parent
c827c39943
commit
f41bf1789d
|
@ -1,6 +1,15 @@
|
|||
CHANGELOG
|
||||
=========
|
||||
|
||||
# v2.0.0
|
||||
|
||||
- Set Rust edition to 2018
|
||||
- Make `rand` and `rand_core` dependencies more flexible
|
||||
- Increase maximum version in constraint
|
||||
- Make `rand_core` optional too
|
||||
- Expose both crates
|
||||
- Bump MSRV to 1.41.1
|
||||
|
||||
# v1.2.0
|
||||
|
||||
- Add `Mnemonic::parse_in_normalized_without_checksum_check`
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "bip39"
|
||||
version = "1.2.0"
|
||||
version = "2.0.0"
|
||||
authors = ["Steven Roose <steven@stevenroose.org>"]
|
||||
license = "CC0-1.0"
|
||||
homepage = "https://github.com/rust-bitcoin/rust-bip39/"
|
||||
|
|
Loading…
Reference in New Issue