Skip to content

Commit 337b9e5

Browse files
committed
Prepare v2.5.0
1 parent 465bfa9 commit 337b9e5

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.5.0 - 2020-01-29
8+
9+
* Fix compilation warnings
10+
* Upgrade `crossbeam-channel`
11+
712
## 2.4.0 - 2020-01-29
813

914
* Do not join() when dropping AsyncCore/AsyncGuard from worker thread

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.4.0"
3+
version = "2.5.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)