Skip to content

Commit f0443b2

Browse files
committed
chore: Release
1 parent d8b5e1e commit f0443b2

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
99

10+
## [0.11.8] - 2025-04-01
11+
1012
### Compatibility
1113

1214
- *(kv)* Deprecate the `unstable-kv` feature which may be removed in a future patch release
@@ -140,7 +142,8 @@ To open room for changing dependencies:
140142
- Added a method to print the module instead of the target
141143

142144
<!-- next-url -->
143-
[Unreleased]: https://github.com/rust-cli/env_logger/compare/v0.11.7...HEAD
145+
[Unreleased]: https://github.com/rust-cli/env_logger/compare/v0.11.8...HEAD
146+
[0.11.8]: https://github.com/rust-cli/env_logger/compare/v0.11.7...v0.11.8
144147
[0.11.7]: https://github.com/rust-cli/env_logger/compare/v0.11.6...v0.11.7
145148
[0.11.6]: https://github.com/rust-cli/env_logger/compare/v0.11.5...v0.11.6
146149
[0.11.5]: https://github.com/rust-cli/env_logger/compare/v0.11.4...v0.11.5

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ zero_sized_map_values = "warn"
9090

9191
[package]
9292
name = "env_logger"
93-
version = "0.11.7"
93+
version = "0.11.8"
9494
description = """
9595
A logging implementation for `log` which is configured via an environment
9696
variable.

0 commit comments

Comments
 (0)