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 20a6767 commit e823706Copy full SHA for e823706
CHANGELOG.md
@@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
6
7
## [Unreleased]
8
9
+## 2.5.0 - 2024-01-04
10
+### Changed
11
+
12
* Add `nested-values` feature which enables `slog/nested-values` (PR #14)
13
* Update to Rust 2021
14
* Update MSRV to Rust 1.59
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "slog-bunyan"
3
-version = "2.4.0"
+version = "2.5.0"
4
edition = "2021"
5
authors = ["Dawid Ciężarkiewicz <[email protected]>"]
description = "Bunyan formatter for slog-rs"
0 commit comments