From 3280f793be0f498ff20de1f707226e5206372ea1 Mon Sep 17 00:00:00 2001 From: Eliza Weisman Date: Mon, 7 Feb 2022 18:10:47 -0800 Subject: [PATCH] journald: prepare to release v0.2.3 # 0.2.3 (February 7, 2022) ### Fixed - Fixed missing `memfd_create` with `glibc` versions < 2.25 ([#1912]) ### Changed - Updated minimum supported Rust version to 1.49.0 ([#1913]) Thanks to @9999years for contributing to this release! [#1912]: https://github.com/tokio-rs/tracing/pull/1912 [#1913]: https://github.com/tokio-rs/tracing/pull/1913 --- tracing-journald/CHANGELOG.md | 15 +++++++++++++++ tracing-journald/Cargo.toml | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/tracing-journald/CHANGELOG.md b/tracing-journald/CHANGELOG.md index e1266365a8..fad2769c3f 100644 --- a/tracing-journald/CHANGELOG.md +++ b/tracing-journald/CHANGELOG.md @@ -1,3 +1,18 @@ +# 0.2.3 (February 7, 2022) + +### Fixed + +- Fixed missing `memfd_create` with `glibc` versions < 2.25 ([#1912]) + +### Changed + +- Updated minimum supported Rust version to 1.49.0 ([#1913]) + +Thanks to @9999years for contributing to this release! + +[#1912]: https://github.com/tokio-rs/tracing/pull/1912 +[#1913]: https://github.com/tokio-rs/tracing/pull/1913 + # 0.2.2 (January 14, 2022) ### Added diff --git a/tracing-journald/Cargo.toml b/tracing-journald/Cargo.toml index b12c848dd0..fd67cc4392 100644 --- a/tracing-journald/Cargo.toml +++ b/tracing-journald/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tracing-journald" -version = "0.2.2" +version = "0.2.3" authors = ["Benjamin Saunders "] edition = "2018" license = "MIT"