We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fcce8c commit 6108bc0Copy full SHA for 6108bc0
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# ecslog changelog
2
3
-## Unreleased
+## v0.6.0
4
5
- Make rendering of empty arrays and objects in the extra fields more compact.
6
They are now rendered as "[]" and "{}" rather than "[\n]" and "{\n}".
internal/ecslog/ecslog.go
@@ -19,7 +19,7 @@ import (
19
)
20
21
// Version is the semver version of this tool.
22
-const Version = "v0.5.0"
+const Version = "v0.6.0"
23
24
const defaultMaxLineLen = 16384
25
0 commit comments