Skip to content

Commit

Permalink
Release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
swsnr committed Oct 17, 2024
1 parent 5ad7312 commit 2076d1a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 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.2.0] – 2024-10-17

### Changed
- Use `kv` instead of `unstable_kv` of log.

Expand Down Expand Up @@ -140,7 +142,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.1.1...HEAD
[Unreleased]: https://github.com/swsnr/systemd-journal-logger.rs/compare/v2.2.0...HEAD
[2.2.0]: https://github.com/swsnr/systemd-journal-logger.rs/compare/v2.1.1...v2.2.0
[2.1.1]: https://github.com/swsnr/systemd-journal-logger.rs/compare/v2.1.0...v2.1.1
[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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.1.1"
version = "2.2.0"
authors = ["Sebastian Wiesner <[email protected]>"]
license = "MIT OR Apache-2.0"
readme = "README.md"
Expand Down

0 comments on commit 2076d1a

Please sign in to comment.