Bump version to v1.0.0

This commit is contained in:
Steven Roose 2021-03-24 22:21:30 +00:00
parent b8ea0b86bf
commit 5726fb4aaf
No known key found for this signature in database
GPG Key ID: 2F2A88D7F8D68E87
3 changed files with 9 additions and 2 deletions

7
CHANGELOG.md Normal file
View File

@ -0,0 +1,7 @@
CHANGELOG
=========
# v1.0.0
- Initial version of entire rewrite.

View File

@ -1,6 +1,6 @@
[package]
name = "bip39"
version = "1.0.0-rc1"
version = "1.0.0"
authors = ["Steven Roose <steven@stevenroose.org>"]
license = "CC0-1.0"
homepage = "https://github.com/rust-bitcoin/rust-bip39/"

View File

@ -28,5 +28,5 @@ Use the `all-languages` feature to enable all languages.
## MSRV
This crate supports Rust v1.29 and up.
This crate supports Rust v1.29 and up and works with `no_std`.