Skip to content

Commit 57f1bb7

Browse files
committed
chore: Release
1 parent ba2748f commit 57f1bb7

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

+4-1
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.11.4] - 2024-07-23
11+
1012
## [0.11.3] - 2024-03-05
1113

1214
### Features
@@ -115,7 +117,8 @@ To open room for changing dependencies:
115117
- Added a method to print the module instead of the target
116118

117119
<!-- next-url -->
118-
[Unreleased]: https://github.com/rust-cli/env_logger/compare/v0.11.3...HEAD
120+
[Unreleased]: https://github.com/rust-cli/env_logger/compare/v0.11.4...HEAD
121+
[0.11.4]: https://github.com/rust-cli/env_logger/compare/v0.11.3...v0.11.4
119122
[0.11.3]: https://github.com/rust-cli/env_logger/compare/v0.11.2...v0.11.3
120123
[0.11.2]: https://github.com/rust-cli/env_logger/compare/v0.11.1...v0.11.2
121124
[0.11.1]: https://github.com/rust-cli/env_logger/compare/v0.11.0...v0.11.1

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ zero_sized_map_values = "warn"
8989

9090
[package]
9191
name = "env_logger"
92-
version = "0.11.3"
92+
version = "0.11.4"
9393
description = """
9494
A logging implementation for `log` which is configured via an environment
9595
variable.

0 commit comments

Comments
 (0)