From 3a792eb4260bd6211d69cf3b91389327188953dd Mon Sep 17 00:00:00 2001 From: Hayden Stainsby Date: Fri, 29 Nov 2024 17:56:21 +0100 Subject: [PATCH] chore: prepare tracing-journald 0.3.1 (#3166) # 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 --- tracing-journald/CHANGELOG.md | 20 +++++++++++++++++++- tracing-journald/Cargo.toml | 2 +- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/tracing-journald/CHANGELOG.md b/tracing-journald/CHANGELOG.md index 164e24ec36..48a18894e5 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 6cb80c7ac6..d3bbef4bd0 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"