Update CHANGELOG and bump to v2.0.0

This commit is contained in:
Steven Roose 2023-02-23 03:51:24 +00:00
parent c827c39943
commit f41bf1789d
No known key found for this signature in database
GPG Key ID: 2F2A88D7F8D68E87
2 changed files with 10 additions and 1 deletions

View File

@ -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`

View File

@ -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/"