changelog and version

This commit is contained in:
Ethan Buchman 2017-12-29 11:01:37 -05:00
parent b54da51c0c
commit 35e6f11ad4
2 changed files with 14 additions and 1 deletions

View File

@ -1,5 +1,18 @@
# Changelog
## 0.6.0 (December 29, 2017)
BREAKING:
- [cli] remove --root
- [pubsub] add String() method to Query interface
IMPROVEMENTS:
- [common] use a thread-safe and well seeded non-crypto rng
BUG FIXES
- [clist] fix misuse of wait group
- [common] introduce Ticker interface and logicalTicker for better testing of timers
## 0.5.0 (December 5, 2017)
BREAKING:

View File

@ -1,3 +1,3 @@
package version
const Version = "0.5.0"
const Version = "0.6.0"