version and changelog

This commit is contained in:
Ethan Buchman 2017-10-02 23:26:45 -04:00
parent a55ec427bd
commit e9c83b3005
2 changed files with 9 additions and 1 deletions

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:

View File

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