diff --git a/tracing-journald/CHANGELOG.md b/tracing-journald/CHANGELOG.md index 164e24ec3..48a18894e 100644 --- a/tracing-journald/CHANGELOG.md +++ b/tracing-journald/CHANGELOG.md @@ -1,3 +1,21 @@ +# 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]: https://github.com/tokio-rs/tracing/pull/1476 +[#2708]: https://github.com/tokio-rs/tracing/pull/2708 +[#2793]: https://github.com/tokio-rs/tracing/pull/2793 +[#2824]: https://github.com/tokio-rs/tracing/pull/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 + # 0.3.0 (April 21, 2022) This is a breaking release which changes the format in which span fields @@ -89,4 +107,4 @@ changes in this release! [#1677]: https://github.com/tokio-rs/tracing/pull/1677 # 0.1.0 (June 29, 2020) -- Initial release \ No newline at end of file +- Initial release diff --git a/tracing-journald/Cargo.toml b/tracing-journald/Cargo.toml index 6cb80c7ac..d3bbef4bd 100644 --- a/tracing-journald/Cargo.toml +++ b/tracing-journald/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tracing-journald" -version = "0.3.0" +version = "0.3.1" authors = ["Benjamin Saunders "] edition = "2018" license = "MIT"