Skip to content

Commit b0e3ea9

Browse files
committed
chore: Release
1 parent 522ce17 commit b0e3ea9

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.2] - 2024-02-13
11+
1012
## [0.11.1] - 2024-01-27
1113

1214
### Fixes
@@ -107,7 +109,8 @@ To open room for changing dependencies:
107109
- Added a method to print the module instead of the target
108110

109111
<!-- next-url -->
110-
[Unreleased]: https://github.com/rust-cli/env_logger/compare/v0.11.1...HEAD
112+
[Unreleased]: https://github.com/rust-cli/env_logger/compare/v0.11.2...HEAD
113+
[0.11.2]: https://github.com/rust-cli/env_logger/compare/v0.11.1...v0.11.2
111114
[0.11.1]: https://github.com/rust-cli/env_logger/compare/v0.11.0...v0.11.1
112115
[0.11.0]: https://github.com/rust-cli/env_logger/compare/v0.10.2...v0.11.0
113116
[0.10.2]: https://github.com/rust-cli/env_logger/compare/v0.10.1...v0.10.2

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.1"
23+
version = "0.11.2"
2424
description = """
2525
A logging implementation for `log` which is configured via an environment
2626
variable.

0 commit comments

Comments
 (0)