File tree Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 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
321This 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
Original file line number Diff line number Diff line change 11[package ]
22name = " tracing-journald"
3- version = " 0.3.0 "
3+ version = " 0.3.1 "
44authors = [
" Benjamin Saunders <[email protected] >" ]
55edition = " 2018"
66license = " MIT"
You can’t perform that action at this time.
0 commit comments