Skip to content

Commit 76262ea

Browse files
committed
Update CHANGELOG
1 parent 5a3c9dc commit 76262ea

File tree

1 file changed

+40
-6
lines changed

1 file changed

+40
-6
lines changed

CHANGELOG.md

+40-6
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,82 @@
11
# Changelog
2+
23
All notable changes to this project will be documented in this file.
34

45
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
56
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
67

8+
## [0.6.0] - 2023-01-30
9+
10+
[0.6.0]: https://github.com/go-logfmt/logfmt/compare/v0.5.1...v0.6.0
11+
12+
### Added
13+
14+
- NewDecoderSize by [@alexanderjophus]
15+
16+
## [0.5.1] - 2021-08-18
17+
18+
[0.5.1]: https://github.com/go-logfmt/logfmt/compare/v0.5.0...v0.5.1
19+
20+
### Changed
21+
22+
- Update the `go.mod` file for Go 1.17 as described in the [Go 1.17 release
23+
notes](https://golang.org/doc/go1.17#go-command)
24+
725
## [0.5.0] - 2020-01-03
826

27+
[0.5.0]: https://github.com/go-logfmt/logfmt/compare/v0.4.0...v0.5.0
28+
929
### Changed
30+
1031
- Remove the dependency on github.com/kr/logfmt by [@ChrisHines]
1132
- Move fuzz code to github.com/go-logfmt/fuzzlogfmt by [@ChrisHines]
1233

1334
## [0.4.0] - 2018-11-21
1435

36+
[0.4.0]: https://github.com/go-logfmt/logfmt/compare/v0.3.0...v0.4.0
37+
1538
### Added
39+
1640
- Go module support by [@ChrisHines]
1741
- CHANGELOG by [@ChrisHines]
1842

1943
### Changed
44+
2045
- Drop invalid runes from keys instead of returning ErrInvalidKey by [@ChrisHines]
2146
- On panic while printing, attempt to print panic value by [@bboreham]
2247

2348
## [0.3.0] - 2016-11-15
49+
50+
[0.3.0]: https://github.com/go-logfmt/logfmt/compare/v0.2.0...v0.3.0
51+
2452
### Added
53+
2554
- Pool buffers for quoted strings and byte slices by [@nussjustin]
55+
2656
### Fixed
57+
2758
- Fuzz fix, quote invalid UTF-8 values by [@judwhite]
2859

2960
## [0.2.0] - 2016-05-08
61+
62+
[0.2.0]: https://github.com/go-logfmt/logfmt/compare/v0.1.0...v0.2.0
63+
3064
### Added
65+
3166
- Encoder.EncodeKeyvals by [@ChrisHines]
3267

3368
## [0.1.0] - 2016-03-28
69+
70+
[0.1.0]: https://github.com/go-logfmt/logfmt/commits/v0.1.0
71+
3472
### Added
73+
3574
- Encoder by [@ChrisHines]
3675
- Decoder by [@ChrisHines]
3776
- MarshalKeyvals by [@ChrisHines]
3877

39-
[0.5.0]: https://github.com/go-logfmt/logfmt/compare/v0.4.0...v0.5.0
40-
[0.4.0]: https://github.com/go-logfmt/logfmt/compare/v0.3.0...v0.4.0
41-
[0.3.0]: https://github.com/go-logfmt/logfmt/compare/v0.2.0...v0.3.0
42-
[0.2.0]: https://github.com/go-logfmt/logfmt/compare/v0.1.0...v0.2.0
43-
[0.1.0]: https://github.com/go-logfmt/logfmt/commits/v0.1.0
44-
4578
[@ChrisHines]: https://github.com/ChrisHines
4679
[@bboreham]: https://github.com/bboreham
4780
[@judwhite]: https://github.com/judwhite
4881
[@nussjustin]: https://github.com/nussjustin
82+
[@alexanderjophus]: https://github.com/alexanderjophus

0 commit comments

Comments
 (0)