Skip to content

Commit ca33771

Browse files
committed
chore: prepare tracing-appender 0.2.4
# 0.2.4 (November 30, 2025) ### Added - Prune old files at startup ([#2966]) - Add fallback to file creation date ([#3000]) ### Fixed - Fix `max_files` integer underflow when set to zero ([#3348]) ### Documented - Update tracing-appender docs link to correct docs.rs URL ([#3325]) [#2966]: https://github.com/tokio-rs/tracing/pull/#2966 [#3000]: https://github.com/tokio-rs/tracing/pull/#3000 [#3325]: https://github.com/tokio-rs/tracing/pull/#3325 [#3348]: https://github.com/tokio-rs/tracing/pull/#3348
1 parent 9751b6e commit ca33771

File tree

3 files changed

+24
-4
lines changed

3 files changed

+24
-4
lines changed

tracing-appender/CHANGELOG.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# 0.2.4 (November 30, 2025)
2+
3+
### Added
4+
5+
- Prune old files at startup ([#2966])
6+
- Add fallback to file creation date ([#3000])
7+
8+
### Fixed
9+
10+
- Fix `max_files` integer underflow when set to zero ([#3348])
11+
12+
### Documented
13+
14+
- Update tracing-appender docs link to correct docs.rs URL ([#3325])
15+
16+
[#2966]: https://github.com/tokio-rs/tracing/pull/#2966
17+
[#3000]: https://github.com/tokio-rs/tracing/pull/#3000
18+
[#3325]: https://github.com/tokio-rs/tracing/pull/#3325
19+
[#3348]: https://github.com/tokio-rs/tracing/pull/#3348
20+
121
# 0.2.3 (November 13, 2023)
222

323
This release contains several new features. It also increases the
@@ -134,4 +154,4 @@ to this release!
134154

135155
# 0.1.0 (May 5, 2020)
136156

137-
- Initial release
157+
- Initial release

tracing-appender/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tracing-appender"
3-
version = "0.2.3"
3+
version = "0.2.4"
44
authors = [
55
"Zeki Sherif <[email protected]>",
66
"Tokio Contributors <[email protected]>"

tracing-appender/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ Writers for logging events and spans
1616
[Documentation][docs-url] | [Chat][discord-url]
1717

1818
[crates-badge]: https://img.shields.io/crates/v/tracing-appender.svg
19-
[crates-url]: https://crates.io/crates/tracing-appender/0.2.2
19+
[crates-url]: https://crates.io/crates/tracing-appender/0.2.4
2020
[docs-badge]: https://docs.rs/tracing-appender/badge.svg
21-
[docs-url]: https://docs.rs/tracing-appender/0.2.2
21+
[docs-url]: https://docs.rs/tracing-appender/0.2.4
2222
[docs-v0.2.x-badge]: https://img.shields.io/badge/docs-v0.2.x-blue
2323
[docs-v0.2.x-url]: https://docs.rs/tracing-appender/
2424
[mit-badge]: https://img.shields.io/badge/license-MIT-blue.svg

0 commit comments

Comments
 (0)