From 085ad15f60e0b41423b6ba5aae50f3104f303658 Mon Sep 17 00:00:00 2001 From: Sebastian Wiesner Date: Thu, 19 Oct 2023 20:12:01 +0200 Subject: [PATCH] Release 2.1.0 --- CHANGELOG.md | 5 ++++- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 021331d..0a89498 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,8 @@ Run [`cargo-release`][cr] to publish a release. ## [Unreleased] +## [2.1.0] – 2023-10-19 + ### Changed - Depend on rustix instead of libc to get rid of unsafe code (see [GH-24]). @@ -128,7 +130,8 @@ Initial release with `systemd_journal_logger::LOG` and `systemd_journal_logger:: Do **not use** this version; it looses multiline messages and has been yanked from crates.io. -[Unreleased]: https://github.com/swsnr/systemd-journal-logger.rs/compare/v2.0.0...HEAD +[Unreleased]: https://github.com/swsnr/systemd-journal-logger.rs/compare/v2.1.0...HEAD +[2.1.0]: https://github.com/swsnr/systemd-journal-logger.rs/compare/v2.0.0...v2.1.0 [2.0.0]: https://github.com/swsnr/systemd-journal-logger.rs/compare/v1.0.0...v2.0.0 [1.0.0]: https://github.com/swsnr/systemd-journal-logger.rs/compare/v0.7.0...v1.0.0 [0.7.0]: https://github.com/swsnr/systemd-journal-logger.rs/compare/v0.6.0...v0.7.0 diff --git a/Cargo.toml b/Cargo.toml index c081179..ec4cd93 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "systemd-journal-logger" -version = "2.0.0" +version = "2.1.0" authors = ["Sebastian Wiesner "] license = "MIT OR Apache-2.0" readme = "README.md"