diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e4b217..2ca13e3 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.3] - 2024-03-05 + ### Features - Experimental support for key-value logging behind `unstable-kv` @@ -113,7 +115,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.2...HEAD +[Unreleased]: https://github.com/rust-cli/env_logger/compare/v0.11.3...HEAD +[0.11.3]: https://github.com/rust-cli/env_logger/compare/v0.11.2...v0.11.3 [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 diff --git a/Cargo.lock b/Cargo.lock index 02d00c1..05bdc0c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -75,7 +75,7 @@ dependencies = [ [[package]] name = "env_logger" -version = "0.11.2" +version = "0.11.3" dependencies = [ "anstream", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index 78effb6..8eb6cd0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ include = [ [package] name = "env_logger" -version = "0.11.2" +version = "0.11.3" description = """ A logging implementation for `log` which is configured via an environment variable.