version bump and changelog

This commit is contained in:
Ethan Buchman 2017-09-12 19:31:00 -04:00
parent 09447fc059
commit c8b6d29161
2 changed files with 19 additions and 1 deletions

View File

@ -1,5 +1,23 @@
# Changelog
## 0.3.0 (N/A)
BREAKING CHANGES:
- Remove `cmd` and `keys/tx` packages altogether: move it to the cosmos-sdk
- `cryptostore.Generator` takes a secret
- Remove `String()` from `Signature` interface
FEATURES:
- `keys`: add CRC16 error correcting code
IMPROVEMENTS:
- Allow no passwords on keys for development convenience
## 0.2.1 (June 21, 2017)
- Improve keys command

View File

@ -1,3 +1,3 @@
package crypto
const Version = "0.2.1"
const Version = "0.3.0"