Skip to content

Commit

Permalink
journald: prepare to release 0.2.2 (tokio-rs#1838)
Browse files Browse the repository at this point in the history
# 0.2.2 (January 14, 2022)

### Added

- Include a syslog identifier in log messages ([tokio-rs#1822])
- Added `Layer::with_syslog_identifier` method to override the syslog
  identifier ([tokio-rs#1822])

Thanks to @lunaryorn for contributing to this release!

[tokio-rs#1822]: tokio-rs#1822
  • Loading branch information
hawkw authored and kaffarell committed May 22, 2024
1 parent 1b290ad commit 4792044
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions tracing-journald/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# 0.2.2 (January 14, 2022)
### Added

- Include a syslog identifier in log messages ([#1822])
- Added `Layer::with_syslog_identifier` method to override the syslog identifier
([#1822])

Thanks to @lunaryorn for contributing to this release!

[#1822]: https://github.com/tokio-rs/tracing/pull/1822

# 0.2.1 (December 29, 2021)

This release improves how `tracing-journald` communicates with `journald`,
Expand Down
2 changes: 1 addition & 1 deletion tracing-journald/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tracing-journald"
version = "0.2.1"
version = "0.2.2"
authors = ["Benjamin Saunders <[email protected]>"]
edition = "2018"
license = "MIT"
Expand Down

0 comments on commit 4792044

Please sign in to comment.