Skip to content

Commit e694b83

Browse files
committed
Bump version to 2.8.2
1 parent 693fc37 commit e694b83

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased]
88

9-
### Fixes
9+
## 2.8.2 - 2025-10-11
10+
11+
### Fixed
1012
* Fix use of `#` operator in macros due to private field (issue #364)
1113
* Thanks to @Manishearth for identifying this.
1214
* ci: Check the tests pass with `-Zminimal-versions`

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"
3-
version = "2.8.1"
3+
version = "2.8.2"
44
authors = ["Dawid Ciężarkiewicz <dpc@dpc.pw>"]
55
description = "Structured, extensible, composable logging for Rust"
66
keywords = ["log", "logging", "structured", "hierarchical"]

0 commit comments

Comments
 (0)