Skip to content

Commit 1514675

Browse files
committed
chore: Release
1 parent a68e6ae commit 1514675

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

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.

crates/env_filter/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](https://semver.org/).
77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
99

10+
## [0.1.4] - 2025-10-13
11+
1012
- Add `impl Clone for Filter`
1113

1214
## [0.1.3] - 2024-12-20
@@ -22,7 +24,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
2224
## [0.1.0] - 2024-01-19
2325

2426
<!-- next-url -->
25-
[Unreleased]: https://github.com/rust-cli/env_logger/compare/env_filter-v0.1.3...HEAD
27+
[Unreleased]: https://github.com/rust-cli/env_logger/compare/env_filter-v0.1.4...HEAD
28+
[0.1.4]: https://github.com/rust-cli/env_logger/compare/env_filter-v0.1.3...env_filter-v0.1.4
2629
[0.1.3]: https://github.com/rust-cli/env_logger/compare/env_filter-v0.1.2...env_filter-v0.1.3
2730
[0.1.2]: https://github.com/rust-cli/env_logger/compare/env_filter-v0.1.1...env_filter-v0.1.2
2831
[0.1.1]: https://github.com/rust-cli/env_logger/compare/env_filter-v0.1.0...env_filter-v0.1.1

crates/env_filter/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "env_filter"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
description = """
55
Filter log events using environment variables
66
"""

0 commit comments

Comments
 (0)