Skip to content

Commit 7113ad4

Browse files
committed
chore: Release
1 parent 9f73bde commit 7113ad4

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.1] - 2024-01-27
11+
1012
### Fixes
1113

1214
- Allow styling with `Target::Pipe`
@@ -90,7 +92,8 @@ To open room for changing dependencies:
9092
- Added a method to print the module instead of the target
9193

9294
<!-- next-url -->
93-
[Unreleased]: https://github.com/rust-cli/env_logger/compare/v0.11.0...HEAD
95+
[Unreleased]: https://github.com/rust-cli/env_logger/compare/v0.11.1...HEAD
96+
[0.11.1]: https://github.com/rust-cli/env_logger/compare/v0.11.0...v0.11.1
9497
[0.11.0]: https://github.com/rust-cli/env_logger/compare/v0.10.2...v0.11.0
9598
[0.10.2]: https://github.com/rust-cli/env_logger/compare/v0.10.1...v0.10.2
9699
[0.10.1]: https://github.com/rust-cli/env_logger/compare/v0.10.0...v0.10.1

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
@@ -20,7 +20,7 @@ include = [
2020

2121
[package]
2222
name = "env_logger"
23-
version = "0.11.0"
23+
version = "0.11.1"
2424
description = """
2525
A logging implementation for `log` which is configured via an environment
2626
variable.

0 commit comments

Comments
 (0)