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 e3080b8 commit 5a9645eCopy full SHA for 5a9645e
CHANGELOG.md
@@ -5,6 +5,8 @@ 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.6.0 - 2022-02-20
10
### Changed
11
* Replaced `chrono` with `time` (PR #28). Thanks @ShellWowza
12
* Bump Minimum Supported Rust Version from `1.38` -> `1.53`
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "slog-json"
3
-version = "2.5.0"
+version = "2.6.0"
4
edition = "2018"
authors = ["Dawid Ciężarkiewicz <dpc@dpc.pw>"]
description = "JSON drain for slog-rs"
0 commit comments