Skip to content

Commit 2d261b1

Browse files
author
Artyom Sakharilenko
committed
CHANGELOG + version bump.
1 parent 674a228 commit 2d261b1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## 2.8.0 - 2023-06-16
8+
9+
* Call of deprecated `err.description()` replaced with `err.to_string()`.
10+
* Avoided all catchable panics in async drain thread.
11+
712
## 2.7.0 - 2021-07-29
813

914
* Fix license field to be a valid SPDX expression

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-async"
3-
version = "2.7.0"
3+
version = "2.8.0"
44
authors = ["Dawid Ciężarkiewicz <dpc@dpc.pw>"]
55
description = "Asynchronous drain for slog-rs"
66
keywords = ["slog", "logging", "log", "asynchronous"]

0 commit comments

Comments
 (0)