Browse Source

changelog and version

pull/1842/head
Ethan Buchman 6 years ago
parent
commit
db3d1cb7fa
2 changed files with 12 additions and 1 deletions
  1. +11
    -0
      CHANGELOG.md
  2. +1
    -1
      version/version.go

+ 11
- 0
CHANGELOG.md 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:


+ 1
- 1
version/version.go View File

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

Loading…
Cancel
Save