Skip to content

Commit e36452e

Browse files
committed
chore: Release
1 parent 84ef0cf commit e36452e

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.11.7] - 2025-03-10
11+
1012
### Internal
1113

1214
- Replaced `humantime` with `jiff`
@@ -129,7 +131,8 @@ To open room for changing dependencies:
129131
- Added a method to print the module instead of the target
130132

131133
<!-- next-url -->
132-
[Unreleased]: https://github.com/rust-cli/env_logger/compare/v0.11.6...HEAD
134+
[Unreleased]: https://github.com/rust-cli/env_logger/compare/v0.11.7...HEAD
135+
[0.11.7]: https://github.com/rust-cli/env_logger/compare/v0.11.6...v0.11.7
133136
[0.11.6]: https://github.com/rust-cli/env_logger/compare/v0.11.5...v0.11.6
134137
[0.11.5]: https://github.com/rust-cli/env_logger/compare/v0.11.4...v0.11.5
135138
[0.11.4]: https://github.com/rust-cli/env_logger/compare/v0.11.3...v0.11.4

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
@@ -90,7 +90,7 @@ zero_sized_map_values = "warn"
9090

9191
[package]
9292
name = "env_logger"
93-
version = "0.11.6"
93+
version = "0.11.7"
9494
description = """
9595
A logging implementation for `log` which is configured via an environment
9696
variable.

0 commit comments

Comments
 (0)