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 c82d1e3 commit b4f37d0Copy full SHA for b4f37d0
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 <[email protected]>"]
description = "JSON drain for slog-rs"
0 commit comments