Skip to content

Commit a86edea

Browse files
committed
Bump version to 2.9.1
Includes important fix #47 Sorry for the long wait!
1 parent 911a973 commit a86edea

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,17 @@ 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.1 - 2024-02-18
11+
### Fixed
912
* Switch from `atty` to `is_terminal`
1013
* Avoids [RUSTSEC-2021-0145](https://rustsec.org/advisories/RUSTSEC-2021-0145)
11-
* BREAKING: Bump MSRV to 1.63
14+
* Merges PR #47 - Thanks @rkd-msw
15+
16+
### Changed
17+
* Bump MSRV to 1.63
18+
* This rust version was released almost 2 years ago.
19+
I don't consider this significant enough to bump the minor version.
1220

1321
## 2.9.0 - 2022-02-20
1422
### Changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "slog-term"
3-
version = "2.9.0"
3+
version = "2.9.1"
44
authors = ["Dawid Ciężarkiewicz <[email protected]>"]
55
description = "Unix terminal drain and formatter for slog-rs"
66
keywords = ["slog", "logging", "log", "term"]

0 commit comments

Comments
 (0)