Skip to content

Commit ff029fa

Browse files
committed
chore: Release
1 parent 389cc52 commit ff029fa

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.0] - 2022-11-24
11+
1012
MSRV changed to 1.60 to hide optional dependencies
1113

1214
### Fixes
@@ -38,7 +40,8 @@ To open room for changing dependencies:
3840
- Added a method to print the module instead of the target
3941

4042
<!-- next-url -->
41-
[Unreleased]: https://github.com/rust-cli/env_logger/compare/v0.9.3...HEAD
43+
[Unreleased]: https://github.com/rust-cli/env_logger/compare/v0.10.0...HEAD
44+
[0.10.0]: https://github.com/rust-cli/env_logger/compare/v0.9.3...v0.10.0
4245
[0.9.3]: https://github.com/rust-cli/env_logger/compare/v0.9.2...v0.9.3
4346
[0.9.2]: https://github.com/rust-cli/env_logger/compare/v0.9.0...v0.9.2
4447
[0.9.0]: https://github.com/rust-cli/env_logger/compare/v0.8.4...v0.9.0

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
@@ -5,7 +5,7 @@ members = [
55

66
[package]
77
name = "env_logger"
8-
version = "0.9.3"
8+
version = "0.10.0"
99
description = """
1010
A logging implementation for `log` which is configured via an environment
1111
variable.

0 commit comments

Comments
 (0)