File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.10] - 2026-03-23
11+
1012### Internal
1113
1214- Update dependencies
@@ -148,7 +150,8 @@ To open room for changing dependencies:
148150- Added a method to print the module instead of the target
149151
150152<!-- next-url -->
151- [ Unreleased ] : https://github.com/rust-cli/env_logger/compare/v0.11.9...HEAD
153+ [ Unreleased ] : https://github.com/rust-cli/env_logger/compare/v0.11.10...HEAD
154+ [ 0.11.10 ] : https://github.com/rust-cli/env_logger/compare/v0.11.9...v0.11.10
152155[ 0.11.9 ] : https://github.com/rust-cli/env_logger/compare/v0.11.8...v0.11.9
153156[ 0.11.8 ] : https://github.com/rust-cli/env_logger/compare/v0.11.7...v0.11.8
154157[ 0.11.7 ] : https://github.com/rust-cli/env_logger/compare/v0.11.6...v0.11.7
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ lto = true
9797
9898[package ]
9999name = " env_logger"
100- version = " 0.11.9 "
100+ version = " 0.11.10 "
101101description = """
102102A logging implementation for `log` which is configured via an environment
103103variable.
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
77<!-- next-header -->
88## [ Unreleased] - ReleaseDate
99
10+ ## [ 1.0.1] - 2026-03-23
11+
1012### Internal
1113
1214- Update dependencies
@@ -30,7 +32,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
3032## [ 0.1.0] - 2024-01-19
3133
3234<!-- next-url -->
33- [ Unreleased ] : https://github.com/rust-cli/env_logger/compare/env_filter-v1.0.0...HEAD
35+ [ Unreleased ] : https://github.com/rust-cli/env_logger/compare/env_filter-v1.0.1...HEAD
36+ [ 1.0.1 ] : https://github.com/rust-cli/env_logger/compare/env_filter-v1.0.0...env_filter-v1.0.1
3437[ 1.0.0 ] : https://github.com/rust-cli/env_logger/compare/env_filter-v0.1.4...env_filter-v1.0.0
3538[ 0.1.4 ] : https://github.com/rust-cli/env_logger/compare/env_filter-v0.1.3...env_filter-v0.1.4
3639[ 0.1.3 ] : https://github.com/rust-cli/env_logger/compare/env_filter-v0.1.2...env_filter-v0.1.3
Original file line number Diff line number Diff line change 11[package ]
22name = " env_filter"
3- version = " 1.0.0 "
3+ version = " 1.0.1 "
44description = """
55Filter log events using environment variables
66"""
You can’t perform that action at this time.
0 commit comments