Skip to content

Commit

Permalink
Release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
swsnr committed Oct 19, 2023
1 parent a1145b7 commit 085ad15
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]).

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "systemd-journal-logger"
version = "2.0.0"
version = "2.1.0"
authors = ["Sebastian Wiesner <[email protected]>"]
license = "MIT OR Apache-2.0"
readme = "README.md"
Expand Down

0 comments on commit 085ad15

Please sign in to comment.