Skip to content

Commit 98ce803

Browse files
committed
chore: Release
1 parent 7a16130 commit 98ce803

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.3] - 2024-03-05
11+
1012
### Features
1113

1214
- Experimental support for key-value logging behind `unstable-kv`
@@ -113,7 +115,8 @@ To open room for changing dependencies:
113115
- Added a method to print the module instead of the target
114116

115117
<!-- next-url -->
116-
[Unreleased]: https://github.com/rust-cli/env_logger/compare/v0.11.2...HEAD
118+
[Unreleased]: https://github.com/rust-cli/env_logger/compare/v0.11.3...HEAD
119+
[0.11.3]: https://github.com/rust-cli/env_logger/compare/v0.11.2...v0.11.3
117120
[0.11.2]: https://github.com/rust-cli/env_logger/compare/v0.11.1...v0.11.2
118121
[0.11.1]: https://github.com/rust-cli/env_logger/compare/v0.11.0...v0.11.1
119122
[0.11.0]: https://github.com/rust-cli/env_logger/compare/v0.10.2...v0.11.0

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

0 commit comments

Comments
 (0)