Skip to content

Commit

Permalink
Bump version to 2.9.1
Browse files Browse the repository at this point in the history
Includes important fix #47

Sorry for the long wait!
  • Loading branch information
Techcable committed Feb 18, 2024
1 parent 911a973 commit a86edea
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

<!-- next-url -->
## [Unreleased](https://github.com/slog-rs/term/compare/v2.8.1...HEAD) - ReleaseDate

## 2.9.1 - 2024-02-18
### Fixed
* Switch from `atty` to `is_terminal`
* Avoids [RUSTSEC-2021-0145](https://rustsec.org/advisories/RUSTSEC-2021-0145)
* BREAKING: Bump MSRV to 1.63
* Merges PR #47 - Thanks @rkd-msw

### Changed
* Bump MSRV to 1.63
* This rust version was released almost 2 years ago.
I don't consider this significant enough to bump the minor version.

## 2.9.0 - 2022-02-20
### Changed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "slog-term"
version = "2.9.0"
version = "2.9.1"
authors = ["Dawid Ciężarkiewicz <dpc@dpc.pw>"]
description = "Unix terminal drain and formatter for slog-rs"
keywords = ["slog", "logging", "log", "term"]
Expand Down

0 comments on commit a86edea

Please sign in to comment.