Skip to content

Commit

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

## [0.11.6] - 2024-12-20

### Features

- Opt-in file and line rendering
Expand Down Expand Up @@ -123,7 +125,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.5...HEAD
[Unreleased]: https://github.com/rust-cli/env_logger/compare/v0.11.6...HEAD
[0.11.6]: https://github.com/rust-cli/env_logger/compare/v0.11.5...v0.11.6
[0.11.5]: https://github.com/rust-cli/env_logger/compare/v0.11.4...v0.11.5
[0.11.4]: https://github.com/rust-cli/env_logger/compare/v0.11.3...v0.11.4
[0.11.3]: https://github.com/rust-cli/env_logger/compare/v0.11.2...v0.11.3
Expand Down
4 changes: 2 additions & 2 deletions 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
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ zero_sized_map_values = "warn"

[package]
name = "env_logger"
version = "0.11.5"
version = "0.11.6"
description = """
A logging implementation for `log` which is configured via an environment
variable.
Expand Down
5 changes: 4 additions & 1 deletion crates/env_filter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
<!-- next-header -->
## [Unreleased] - ReleaseDate

## [0.1.3] - 2024-12-20

## [0.1.2] - 2024-07-25

## [0.1.1] - 2024-07-23
Expand All @@ -18,7 +20,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [0.1.0] - 2024-01-19

<!-- next-url -->
[Unreleased]: https://github.com/rust-cli/env_logger/compare/env_filter-v0.1.2...HEAD
[Unreleased]: https://github.com/rust-cli/env_logger/compare/env_filter-v0.1.3...HEAD
[0.1.3]: https://github.com/rust-cli/env_logger/compare/env_filter-v0.1.2...env_filter-v0.1.3
[0.1.2]: https://github.com/rust-cli/env_logger/compare/env_filter-v0.1.1...env_filter-v0.1.2
[0.1.1]: https://github.com/rust-cli/env_logger/compare/env_filter-v0.1.0...env_filter-v0.1.1
[0.1.0]: https://github.com/rust-cli/env_logger/compare/b4a2c304c16d1db4a2998f24c00e00c0f776113b...env_filter-v0.1.0
2 changes: 1 addition & 1 deletion crates/env_filter/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "env_filter"
version = "0.1.2"
version = "0.1.3"
description = """
Filter log events using environment variables
"""
Expand Down

0 comments on commit dc1a01a

Please sign in to comment.