Skip to content

Commit 7929b7f

Browse files
committed
chore: Release env_logger version 0.10.2
1 parent 3df552c commit 7929b7f

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff 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.10.2] - 2024-01-18
11+
1012
### Performance
1113

1214
- Avoid extra UTF-8 validation performed in some cases
@@ -59,7 +61,8 @@ To open room for changing dependencies:
5961
- Added a method to print the module instead of the target
6062

6163
<!-- next-url -->
62-
[Unreleased]: https://github.com/rust-cli/env_logger/compare/v0.10.1...HEAD
64+
[Unreleased]: https://github.com/rust-cli/env_logger/compare/v0.10.2...HEAD
65+
[0.10.2]: https://github.com/rust-cli/env_logger/compare/v0.10.1...v0.10.2
6366
[0.10.1]: https://github.com/rust-cli/env_logger/compare/v0.10.0...v0.10.1
6467
[0.10.0]: https://github.com/rust-cli/env_logger/compare/v0.9.3...v0.10.0
6568
[0.9.3]: https://github.com/rust-cli/env_logger/compare/v0.9.2...v0.9.3

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "env_logger"
3-
version = "0.10.1"
3+
version = "0.10.2"
44
description = """
55
A logging implementation for `log` which is configured via an environment
66
variable.

0 commit comments

Comments
 (0)