Skip to content

Commit b4d3f2b

Browse files
committed
chore: Release
1 parent cc2b2ef commit b4d3f2b

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

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.11] - 2026-06-25
11+
1012
### Internal
1113

1214
- Updated `env_filter`
@@ -154,7 +156,8 @@ To open room for changing dependencies:
154156
- Added a method to print the module instead of the target
155157

156158
<!-- next-url -->
157-
[Unreleased]: https://github.com/rust-cli/env_logger/compare/v0.11.10...HEAD
159+
[Unreleased]: https://github.com/rust-cli/env_logger/compare/v0.11.11...HEAD
160+
[0.11.11]: https://github.com/rust-cli/env_logger/compare/v0.11.10...v0.11.11
158161
[0.11.10]: https://github.com/rust-cli/env_logger/compare/v0.11.9...v0.11.10
159162
[0.11.9]: https://github.com/rust-cli/env_logger/compare/v0.11.8...v0.11.9
160163
[0.11.8]: https://github.com/rust-cli/env_logger/compare/v0.11.7...v0.11.8

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.10"
100+
version = "0.11.11"
101101
description = """
102102
A logging implementation for `log` which is configured via an environment
103103
variable.

0 commit comments

Comments
 (0)