Skip to content

Commit e823706

Browse files
committed
Bump version to 2.5.0
Minor version bump due to MSRV increase
1 parent 20a6767 commit e823706

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
@@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased]
88

9+
## 2.5.0 - 2024-01-04
10+
### Changed
11+
912
* Add `nested-values` feature which enables `slog/nested-values` (PR #14)
1013
* Update to Rust 2021
1114
* Update MSRV to Rust 1.59

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-bunyan"
3-
version = "2.4.0"
3+
version = "2.5.0"
44
edition = "2021"
55
authors = ["Dawid Ciężarkiewicz <[email protected]>"]
66
description = "Bunyan formatter for slog-rs"

0 commit comments

Comments
 (0)