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
+
1
19
# 0.3.0 (April 21, 2022)
2
20
3
21
This is a breaking release which changes the format in which span fields
@@ -89,4 +107,4 @@ changes in this release!
89
107
[ #1677 ] : https://github.com/tokio-rs/tracing/pull/1677
90
108
# 0.1.0 (June 29, 2020)
91
109
92
- - Initial release
110
+ - Initial release
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " tracing-journald"
3
- version = " 0.3.0 "
3
+ version = " 0.3.1 "
4
4
authors = [
" Benjamin Saunders <[email protected] >" ]
5
5
edition = " 2018"
6
6
license = " MIT"
You can’t perform that action at this time.
0 commit comments