Browse Source

changelog and version

pull/1842/head
Ethan Buchman 7 years ago
parent
commit
bd9d0d1637
2 changed files with 20 additions and 0 deletions
  1. +17
    -0
      CHANGELOG.md
  2. +3
    -0
      version/version.go

+ 17
- 0
CHANGELOG.md 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
- 0
version/version.go View File

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

Loading…
Cancel
Save