Skip to content

Commit 66c79b0

Browse files
committed
chore: prepare tracing-journald-0.4.0
1 parent c486633 commit 66c79b0

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

tracing-journald/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# 0.4.0 (November 6, 2023)
2+
3+
While tracing-journald-0.4.0 does not contain any breaking _code_ changes, this
4+
release disables the default features of `tracing-subscriber`.
5+
6+
### Changed
7+
8+
- Disable default features of tracing-subscriber ([#1476])
9+
10+
### Added
11+
12+
- Allow custom journal fields ([#2708])
13+
14+
### Fixed
15+
16+
- Fix minimal-versions correctness ([#2246])
17+
18+
[#1476]: https://github.com/tokio-rs/tracing/pull/1476
19+
[#2708]: https://github.com/tokio-rs/tracing/pull/2708
20+
[#2246]: https://github.com/tokio-rs/tracing/pull/2246
21+
122
# 0.3.0 (April 21, 2022)
223

324
This is a breaking release which changes the format in which span fields

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

0 commit comments

Comments
 (0)