File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ zero_sized_map_values = "warn"
9090
9191[package ]
9292name = " env_logger"
93- version = " 0.11.7 "
93+ version = " 0.11.8 "
9494description = """
9595A logging implementation for `log` which is configured via an environment
9696variable.
You can’t perform that action at this time.
0 commit comments