Codebase list golang-github-go-logfmt-logfmt / 432dd90
Merge tag 'v0.4.0' into develop Chris Hines 5 years ago
1 changed file(s) with 3 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
33 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
44 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55
6 ## [Unreleased]
6 ## [0.4.0] - 2018-11-21
77
88 ### Added
99 - Go module support by [@ChrisHines]
10 - CHANGELOG by [@ChrisHines]
1011
1112 ### Changed
1213 - Drop invalid runes from keys instead of returning ErrInvalidKey by [@ChrisHines]
2829 - Decoder by [@ChrisHines]
2930 - MarshalKeyvals by [@ChrisHines]
3031
32 [0.4.0]: https://github.com/go-logfmt/logfmt/compare/v0.3.0...v0.4.0
3133 [0.3.0]: https://github.com/go-logfmt/logfmt/compare/v0.2.0...v0.3.0
3234 [0.2.0]: https://github.com/go-logfmt/logfmt/compare/v0.1.0...v0.2.0
3335 [0.1.0]: https://github.com/go-logfmt/logfmt/commits/v0.1.0