Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Mar 5, 2024
1 parent 7a16130 commit 98ce803
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
<!-- next-header -->
## [Unreleased] - ReleaseDate

## [0.11.3] - 2024-03-05

### Features

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

<!-- next-url -->
[Unreleased]: https://github.com/rust-cli/env_logger/compare/v0.11.2...HEAD
[Unreleased]: https://github.com/rust-cli/env_logger/compare/v0.11.3...HEAD
[0.11.3]: https://github.com/rust-cli/env_logger/compare/v0.11.2...v0.11.3
[0.11.2]: https://github.com/rust-cli/env_logger/compare/v0.11.1...v0.11.2
[0.11.1]: https://github.com/rust-cli/env_logger/compare/v0.11.0...v0.11.1
[0.11.0]: https://github.com/rust-cli/env_logger/compare/v0.10.2...v0.11.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -20,7 +20,7 @@ include = [

[package]
name = "env_logger"
version = "0.11.2"
version = "0.11.3"
description = """
A logging implementation for `log` which is configured via an environment
variable.
Expand Down

0 comments on commit 98ce803

Please sign in to comment.