Skip to content

Commit 73f9fe4

Browse files
committed
Release v0.5.8
1 parent ff0dc4e commit 73f9fe4

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## v0.5.8
4+
5+
* Replace the ryu dependency with zmij, it's faster
6+
(https://github.com/Thomasdezeeuw/std-logger/commit/c17642dcdffa828dd81668adf3aaaff0e7b3a33c).
7+
38
## v0.5.7
49

510
* Fixed an error when value serialisation didn't handle empty arrays and objects

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ A logging implementation for the log crate that logs messages to standard error
55
and requests to standard out. It support a number of output formats including
66
JSON, JSON for GCP (gcloud) and logfmt.
77
"""
8-
version = "0.5.7"
8+
version = "0.5.8"
99
authors = ["Thomas de Zeeuw <thomasdezeeuw@gmail.com>"]
1010
license = "MIT/Apache-2.0"
1111
documentation = "https://docs.rs/std-logger"
@@ -15,7 +15,7 @@ keywords = ["logging", "log", "standard", "logfmt", "json"]
1515
categories = ["development-tools::debugging"]
1616
include = ["Cargo.toml", "src/**/*.rs", "README.md", "LICENSE-MIT", "LICENSE-APACHE"]
1717
edition = "2021"
18-
autobenches = false
18+
autobenches = false
1919

2020
[features]
2121
default = ["timestamp", "log-panic"]

0 commit comments

Comments
 (0)