Browse Source

version and changelog

pull/1842/head
Ethan Buchman 7 years ago
parent
commit
e9c83b3005
2 changed files with 9 additions and 1 deletions
  1. +8
    -0
      CHANGELOG.md
  2. +1
    -1
      version/version.go

+ 8
- 0
CHANGELOG.md View File

@ -1,5 +1,13 @@
# Changelog
## 0.3.2 (October 2, 2017)
BUG FIXES:
- [autofile] fix AutoFile.Sync() to open file if it's been closed
- [db] fix MemDb.Close() to not empty the database (ie. its just a noop)
## 0.3.1 (September 22, 2017)
BUG FIXES:


+ 1
- 1
version/version.go View File

@ -1,3 +1,3 @@
package version
const Version = "0.3.1"
const Version = "0.3.2"

Loading…
Cancel
Save