Bump version to v1.0.0
This commit is contained in:
parent
b8ea0b86bf
commit
5726fb4aaf
|
@ -0,0 +1,7 @@
|
||||||
|
CHANGELOG
|
||||||
|
=========
|
||||||
|
|
||||||
|
|
||||||
|
# v1.0.0
|
||||||
|
|
||||||
|
- Initial version of entire rewrite.
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "bip39"
|
name = "bip39"
|
||||||
version = "1.0.0-rc1"
|
version = "1.0.0"
|
||||||
authors = ["Steven Roose <steven@stevenroose.org>"]
|
authors = ["Steven Roose <steven@stevenroose.org>"]
|
||||||
license = "CC0-1.0"
|
license = "CC0-1.0"
|
||||||
homepage = "https://github.com/rust-bitcoin/rust-bip39/"
|
homepage = "https://github.com/rust-bitcoin/rust-bip39/"
|
||||||
|
|
Loading…
Reference in New Issue