Skip to content

Commit 36623f5

Browse files
committed
chore: Release env_logger version 0.10.1
1 parent 8a033d8 commit 36623f5

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

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](http://semver.org/).
77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
99

10+
## [0.10.1] - 2023-11-10
11+
1012
## [0.10.0] - 2022-11-24
1113

1214
MSRV changed to 1.60 to hide optional dependencies
@@ -40,7 +42,8 @@ To open room for changing dependencies:
4042
- Added a method to print the module instead of the target
4143

4244
<!-- next-url -->
43-
[Unreleased]: https://github.com/rust-cli/env_logger/compare/v0.10.0...HEAD
45+
[Unreleased]: https://github.com/rust-cli/env_logger/compare/v0.10.1...HEAD
46+
[0.10.1]: https://github.com/rust-cli/env_logger/compare/v0.10.0...v0.10.1
4447
[0.10.0]: https://github.com/rust-cli/env_logger/compare/v0.9.3...v0.10.0
4548
[0.9.3]: https://github.com/rust-cli/env_logger/compare/v0.9.2...v0.9.3
4649
[0.9.2]: https://github.com/rust-cli/env_logger/compare/v0.9.0...v0.9.2

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
@@ -1,6 +1,6 @@
11
[package]
22
name = "env_logger"
3-
version = "0.10.0"
3+
version = "0.10.1"
44
description = """
55
A logging implementation for `log` which is configured via an environment
66
variable.

0 commit comments

Comments
 (0)