changelog and version

This commit is contained in:
Ethan Buchman 2018-03-22 19:33:10 -04:00
parent d46b9afb79
commit db3d1cb7fa
2 changed files with 12 additions and 1 deletions

View File

@ -1,5 +1,16 @@
# Changelog
## 0.7.1 (March 22, 2018)
IMPROVEMENTS:
- glide -> dep
BUG FIXES:
- [common] Fix panic in NewBitArray for negative bits
- [common] Fix and simplify WriteFileAtomic so it cleans up properly
## 0.7.0 (February 20, 2018)
BREAKING:

View File

@ -1,3 +1,3 @@
package version
const Version = "0.7.0"
const Version = "0.7.1"