Skip to content

Commit 6108bc0

Browse files
committed
v0.6.0
1 parent 8fcce8c commit 6108bc0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ecslog changelog
22

3-
## Unreleased
3+
## v0.6.0
44

55
- Make rendering of empty arrays and objects in the extra fields more compact.
66
They are now rendered as "[]" and "{}" rather than "[\n]" and "{\n}".

internal/ecslog/ecslog.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import (
1919
)
2020

2121
// Version is the semver version of this tool.
22-
const Version = "v0.5.0"
22+
const Version = "v0.6.0"
2323

2424
const defaultMaxLineLen = 16384
2525

0 commit comments

Comments
 (0)