Skip to content

Commit

Permalink
chore: prepare tracing-journald-0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbarsky committed Nov 6, 2023
1 parent 346680f commit 194dd34
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions tracing-journald/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# 0.4.0 (November 6, 2023)

While tracing-journald-0.4.0 does not contain any breaking _code_ changes, this
release disables the default features of `tracing-subscriber`.

### Changed

- Disable default features of tracing-subscriber ([#1476])

### Added

- Allow custom journal fields ([#2708])

### Fixed

- Fix minimal-versions correctness ([#2246])

[#1476]: https://github.com/tokio-rs/tracing/pull/1476
[#2708]: https://github.com/tokio-rs/tracing/pull/2708
[#2246]: https://github.com/tokio-rs/tracing/pull/2246

# 0.3.0 (April 21, 2022)

This is a breaking release which changes the format in which span fields
Expand Down
2 changes: 1 addition & 1 deletion tracing-journald/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tracing-journald"
version = "0.3.0"
version = "0.4.0"
authors = ["Benjamin Saunders <ben.e.saunders@gmail.com>"]
edition = "2018"
license = "MIT"
Expand Down

0 comments on commit 194dd34

Please sign in to comment.