Skip to content

Commit 41320bf

Browse files
committed
chore: Release
1 parent de8c74f commit 41320bf

5 files changed

Lines changed: 12 additions & 6 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.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

Cargo.lock

Lines changed: 2 additions & 2 deletions
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.9"
100+
version = "0.11.10"
101101
description = """
102102
A logging implementation for `log` which is configured via an environment
103103
variable.

crates/env_filter/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+
## [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

crates/env_filter/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "env_filter"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
description = """
55
Filter log events using environment variables
66
"""

0 commit comments

Comments
 (0)