Skip to content

Commit fd95c3b

Browse files
committed
chore: prepare tracing-journald 0.3.1
# 0.3.1 (November 29, 2024) [ [crates.io][crate-0.3.1] ] | [ [docs.rs][docs-0.3.1] ] ### Changed - disable default features of tracing-subscriber ([#1476]) - allow custom journal fields ([#2708]) - Bump MSRV to 1.63 ([#2793]) - make level mappings configurable ([#2824]) [#1476]: #1476 [#2708]: #2708 [#2793]: #2793 [#2824]: #2824 [docs-0.3.1]: https://docs.rs/tracing-journald/0.3.1 [crate-0.3.1]: https://crates.io/crates/tracing-journald/0.3.1
1 parent c66a692 commit fd95c3b

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

tracing-journald/CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# 0.3.1 (November 29, 2024)
2+
3+
[ [crates.io][crate-0.3.1] ] | [ [docs.rs][docs-0.3.1] ]
4+
5+
### Changed
6+
7+
- disable default features of tracing-subscriber ([#1476])
8+
- allow custom journal fields ([#2708])
9+
- Bump MSRV to 1.63 ([#2793])
10+
- make level mappings configurable ([#2824])
11+
12+
[#1476]: https://github.com/tokio-rs/tracing/pull/1476
13+
[#2708]: https://github.com/tokio-rs/tracing/pull/2708
14+
[#2793]: https://github.com/tokio-rs/tracing/pull/2793
15+
[#2824]: https://github.com/tokio-rs/tracing/pull/2824
16+
[docs-0.3.1]: https://docs.rs/tracing-journald/0.3.1
17+
[crate-0.3.1]: https://crates.io/crates/tracing-journald/0.3.1
18+
119
# 0.3.0 (April 21, 2022)
220

321
This is a breaking release which changes the format in which span fields
@@ -89,4 +107,4 @@ changes in this release!
89107
[#1677]: https://github.com/tokio-rs/tracing/pull/1677
90108
# 0.1.0 (June 29, 2020)
91109

92-
- Initial release
110+
- Initial release

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

0 commit comments

Comments
 (0)