Skip to content

Commit da36c11

Browse files
Techcabledpc
authored andcommitted
Prepare for release 2.9.0
We need to bump the minor version because of incraesing the MSRV
1 parent 2c1d471 commit da36c11

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
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
<!-- next-url -->
88
## [Unreleased](https://github.com/slog-rs/term/compare/v2.8.1...HEAD) - ReleaseDate
9+
10+
## 2.9.0 - 2022-02-20
911
### Changed
1012

1113
* Switch from `chrono` to `term`

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-term"
3-
version = "2.8.1"
3+
version = "2.9.0"
44
authors = ["Dawid Ciężarkiewicz <dpc@dpc.pw>"]
55
description = "Unix terminal drain and formatter for slog-rs"
66
keywords = ["slog", "logging", "log", "term"]

0 commit comments

Comments
 (0)