Skip to content

Commit 5a9645e

Browse files
committed
Prepare for release 2.6.0
Technically speaking, bumping the Minimum Supportd Rust Version (as required by #28) was a breaking change.
1 parent e3080b8 commit 5a9645e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ 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.6.0 - 2022-02-20
810
### Changed
911
* Replaced `chrono` with `time` (PR #28). Thanks @ShellWowza
1012
* Bump Minimum Supported Rust Version from `1.38` -> `1.53`

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.5.0"
3+
version = "2.6.0"
44
edition = "2018"
55
authors = ["Dawid Ciężarkiewicz <dpc@dpc.pw>"]
66
description = "JSON drain for slog-rs"

0 commit comments

Comments
 (0)