Skip to content

Commit 781a5b1

Browse files
committed
Bump version to v2.7.0
Date in changelog will likely be incorrect due to merge delay (I cannot commit to master).
1 parent dffcb72 commit 781a5b1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased]
8+
9+
## 2.7.0 - 2025-10-05
10+
811
### Changed
912
* Upgrade to [slog v2.8.0].
1013
* Enable `nested-values` feature by default

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "slog-json"
3-
version = "2.6.1"
3+
version = "2.7.0"
44
edition = "2018"
55
authors = ["Dawid Ciężarkiewicz <dpc@dpc.pw>"]
66
description = "JSON drain for slog-rs"

0 commit comments

Comments
 (0)