Merge tag 'v0.4.1' into develop

Tagged 0.4.1 release
This commit is contained in:
Anton Kaliaev 2017-11-27 21:38:24 -06:00
commit eb31c04f47
No known key found for this signature in database
GPG Key ID: 7B6881D965918214
2 changed files with 13 additions and 1 deletions

View File

@ -1,5 +1,17 @@
# Changelog
## 0.4.1 (November 27, 2017)
FEATURES:
- [common] `Keys()` method on `CMap`
IMPROVEMENTS:
- [log] complex types now encoded as "%+v" by default if `String()` method is undefined (previously resulted in error)
- [log] logger logs its own errors
BUG FIXES:
- [common] fixed `Kill()` to build on Windows (Windows does not have `syscall.Kill`)
## 0.4.0 (October 26, 2017)
BREAKING:

View File

@ -1,3 +1,3 @@
package version
const Version = "0.4.0"
const Version = "0.4.1"