Skip to content

Commit 8f4361b

Browse files
committed
chore: Release
1 parent ba41ebb commit 8f4361b

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.0] - 2024-01-19
11+
1012
### Breaking Change
1113

1214
- Removed bespoke styling API
@@ -85,7 +87,8 @@ To open room for changing dependencies:
8587
- Added a method to print the module instead of the target
8688

8789
<!-- next-url -->
88-
[Unreleased]: https://github.com/rust-cli/env_logger/compare/v0.10.2...HEAD
90+
[Unreleased]: https://github.com/rust-cli/env_logger/compare/v0.11.0...HEAD
91+
[0.11.0]: https://github.com/rust-cli/env_logger/compare/v0.10.2...v0.11.0
8992
[0.10.2]: https://github.com/rust-cli/env_logger/compare/v0.10.1...v0.10.2
9093
[0.10.1]: https://github.com/rust-cli/env_logger/compare/v0.10.0...v0.10.1
9194
[0.10.0]: https://github.com/rust-cli/env_logger/compare/v0.9.3...v0.10.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.10.2"
23+
version = "0.11.0"
2424
description = """
2525
A logging implementation for `log` which is configured via an environment
2626
variable.

0 commit comments

Comments
 (0)