Skip to content

Commit a164fd3

Browse files
authored
chore: prepare tracing-journald 0.3.2 (#3421)
# 0.3.2 (November 26, 2025) ### Added - Use argv0 for syslog identifier ([#3372]) [#3372]: https://github.com/tokio-rs/tracing/pull/#3372
1 parent 405397b commit a164fd3

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

tracing-journald/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 0.3.2 (November 26, 2025)
2+
3+
### Added
4+
5+
- Use argv0 for syslog identifier ([#3372])
6+
7+
[#3372]: https://github.com/tokio-rs/tracing/pull/#3372
8+
19
# 0.3.1 (November 29, 2024)
210

311
[ [crates.io][crate-0.3.1] ] | [ [docs.rs][docs-0.3.1] ]

tracing-journald/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-journald"
3-
version = "0.3.1"
3+
version = "0.3.2"
44
authors = ["Benjamin Saunders <[email protected]>"]
55
edition = "2018"
66
license = "MIT"

tracing-journald/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,15 @@ Support for logging [`tracing`] events natively to [journald],
88
preserving structured information.
99

1010
[![Crates.io][crates-badge]][crates-url]
11+
[![Documentation][docs-badge]][docs-url]
1112
[![Documentation (v0.2.x)][docs-v0.2.x-badge]][docs-v0.2.x-url]
1213
[![MIT licensed][mit-badge]][mit-url]
1314
![maintenance status][maint-badge]
1415

1516
[crates-badge]: https://img.shields.io/crates/v/tracing-journald.svg
16-
[crates-url]: https://crates.io/crates/tracing-journald
17+
[crates-url]: https://crates.io/crates/tracing-journald/0.3.2
18+
[docs-badge]: https://docs.rs/tracing-journald/badge.svg
19+
[docs-url]: https://docs.rs/tracing-journald/0.3.2
1720
[docs-v0.2.x-badge]: https://img.shields.io/badge/docs-v0.2.x-blue
1821
[docs-v0.2.x-url]: https://tracing.rs/tracing_journald
1922
[mit-badge]: https://img.shields.io/badge/license-MIT-blue.svg

0 commit comments

Comments
 (0)