changelog and version

This commit is contained in:
Ethan Buchman 2017-06-16 11:40:14 -04:00
parent 3400cee845
commit bd9d0d1637
2 changed files with 20 additions and 0 deletions

View File

@ -1,5 +1,22 @@
# Changelog
## 0.2.2 (June 16, 2017)
FEATURES:
- [common] IsHex and StripHex for handling `0x` prefixed hex strings
- [log] NewTracingLogger returns a logger that output error traces, ala `github.com/pkg/errors`
IMPROVEMENTS:
- [cli] Error handling for tests
- [cli] Support dashes in ENV variables
BUG FIXES:
- [flowrate] Fix non-deterministic test failures
## 0.2.1 (June 2, 2017)
FEATURES:

3
version/version.go Normal file
View File

@ -0,0 +1,3 @@
package version
const Version = "0.2.2"