changeloge, version

This commit is contained in:
Ethan Buchman
2017-09-22 13:22:02 -04:00
parent 3d98504c4c
commit 35838b6af8
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -1,5 +1,11 @@
# Changelog
## 0.3.1 (September 22, 2017)
BUG FIXES:
- [common] fix WriteFileAtomic to not use /tmp, which can be on another device
## 0.3.0 (September 22, 2017)
BREAKING CHANGES:
+1 -1
View File
@@ -1,3 +1,3 @@
package version
const Version = "0.3.0"
const Version = "0.3.1"