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 dffcb72 commit 781a5b1Copy full SHA for 781a5b1
CHANGELOG.md
@@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
5
and this project adheres to [Semantic Versioning](http://semver.org/).
6
7
## [Unreleased]
8
+
9
+## 2.7.0 - 2025-10-05
10
11
### Changed
12
* Upgrade to [slog v2.8.0].
13
* Enable `nested-values` feature by default
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "slog-json"
3
-version = "2.6.1"
+version = "2.7.0"
4
edition = "2018"
authors = ["Dawid Ciężarkiewicz <dpc@dpc.pw>"]
description = "JSON drain for slog-rs"
0 commit comments