Skip to content

Commit b4f3f34

Browse files
njamdpc
authored andcommitted
Prepare release 2.7.0
1 parent 6de3722 commit b4f3f34

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ 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.7.0 - 2021-07-29
8+
9+
* Fix license field to be a valid SPDX expression
10+
* Support u128/i128
11+
12+
## 2.6.0 - 2021-01-12
13+
14+
* Update crossbeam-channel to 0.5
15+
* Expose the serialization capabilities
16+
717
## 2.5.0 - 2020-01-29
818

919
* Fix compilation warnings

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.5.0"
3+
version = "2.7.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)