Skip to content

Commit

Permalink
Release v0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomasdezeeuw committed Mar 4, 2024
1 parent e32b372 commit 31f5013
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## v0.5.3

* Update to log's stable kv feature
(https://github.com/Thomasdezeeuw/std-logger/commit/e32b37232101f59b1a7c34c3f7885e5b880ebb70).
* Add `thread_name` to key-value pairs for panics
(https://github.com/Thomasdezeeuw/std-logger/commit/e4f60a69855ef25a69f0e95e354e633a1bf7b6eb).
* Add `must_use` attribute to Config
(https://github.com/Thomasdezeeuw/std-logger/commit/42fa63a73d45a6b1e7b41e5223b93222ba77dad9).

## v0.5.2

* Fix writing of `"` without escaping it using logfmt in some cases
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ A logging implementation for the log crate that logs messages to standard error
and requests to standard out. It support a number of output formats including
JSON, JSON for GCP (gcloud) and logfmt.
"""
version = "0.5.2"
version = "0.5.3"
authors = ["Thomas de Zeeuw <thomasdezeeuw@gmail.com>"]
license = "MIT/Apache-2.0"
documentation = "https://docs.rs/std-logger"
Expand Down

0 comments on commit 31f5013

Please sign in to comment.