Skip to content

Commit 2f06b4c

Browse files
committed
chore: Release
1 parent 57e13ac commit 2f06b4c

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](https://semver.org/).
77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
99

10+
## [0.11.9] - 2026-02-11
11+
1012
## [0.11.8] - 2025-04-01
1113

1214
### Compatibility
@@ -142,7 +144,8 @@ To open room for changing dependencies:
142144
- Added a method to print the module instead of the target
143145

144146
<!-- next-url -->
145-
[Unreleased]: https://github.com/rust-cli/env_logger/compare/v0.11.8...HEAD
147+
[Unreleased]: https://github.com/rust-cli/env_logger/compare/v0.11.9...HEAD
148+
[0.11.9]: https://github.com/rust-cli/env_logger/compare/v0.11.8...v0.11.9
146149
[0.11.8]: https://github.com/rust-cli/env_logger/compare/v0.11.7...v0.11.8
147150
[0.11.7]: https://github.com/rust-cli/env_logger/compare/v0.11.6...v0.11.7
148151
[0.11.6]: https://github.com/rust-cli/env_logger/compare/v0.11.5...v0.11.6

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
@@ -97,7 +97,7 @@ lto = true
9797

9898
[package]
9999
name = "env_logger"
100-
version = "0.11.8"
100+
version = "0.11.9"
101101
description = """
102102
A logging implementation for `log` which is configured via an environment
103103
variable.

0 commit comments

Comments
 (0)