diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ca13e3..9277980 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.4] - 2024-07-23 + ## [0.11.3] - 2024-03-05 ### Features @@ -115,7 +117,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.3...HEAD +[Unreleased]: https://github.com/rust-cli/env_logger/compare/v0.11.4...HEAD +[0.11.4]: https://github.com/rust-cli/env_logger/compare/v0.11.3...v0.11.4 [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 diff --git a/Cargo.lock b/Cargo.lock index d0311fd..cc302b8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -76,7 +76,7 @@ dependencies = [ [[package]] name = "env_logger" -version = "0.11.3" +version = "0.11.4" dependencies = [ "anstream", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index d733959..a6131b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -89,7 +89,7 @@ zero_sized_map_values = "warn" [package] name = "env_logger" -version = "0.11.3" +version = "0.11.4" description = """ A logging implementation for `log` which is configured via an environment variable.