diff --git a/CHANGELOG.md b/CHANGELOG.md index b519076..8d1be3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +## [0.11.2] - 2024-02-13 + ## [0.11.1] - 2024-01-27 ### Fixes @@ -107,7 +109,8 @@ To open room for changing dependencies: - Added a method to print the module instead of the target -[Unreleased]: https://github.com/rust-cli/env_logger/compare/v0.11.1...HEAD +[Unreleased]: https://github.com/rust-cli/env_logger/compare/v0.11.2...HEAD +[0.11.2]: https://github.com/rust-cli/env_logger/compare/v0.11.1...v0.11.2 [0.11.1]: https://github.com/rust-cli/env_logger/compare/v0.11.0...v0.11.1 [0.11.0]: https://github.com/rust-cli/env_logger/compare/v0.10.2...v0.11.0 [0.10.2]: https://github.com/rust-cli/env_logger/compare/v0.10.1...v0.10.2 diff --git a/Cargo.lock b/Cargo.lock index ef7ec2b..eb4cb6a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -81,7 +81,7 @@ dependencies = [ [[package]] name = "env_logger" -version = "0.11.1" +version = "0.11.2" dependencies = [ "anstream", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index 6582377..ad6619e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ include = [ [package] name = "env_logger" -version = "0.11.1" +version = "0.11.2" description = """ A logging implementation for `log` which is configured via an environment variable.