Skip to content

Commit a6b6e7b

Browse files
committed
Bump version to 2.9.2
1 parent a6f335d commit a6b6e7b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
<!-- next-url -->
88
## [Unreleased](https://github.com/slog-rs/term/compare/v2.8.1...HEAD) - ReleaseDate
99

10+
## 2.9.2 - 2025-08-20
1011
### Fixed
1112
* Avoid thread-safety issues with `localtime_r` function by using `chrono` to detect local time.
1213
* Unfortunately this adds another dependency.

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.9.1"
3+
version = "2.9.2"
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)