Skip to content

Commit 41c1cea

Browse files
committed
journald: prepare to release 0.2.2
# 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]: #1822
1 parent 35d1776 commit 41c1cea

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

tracing-journald/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# 0.2.2 (January 14, 2022)
2+
### Added
3+
4+
- Include a syslog identifier in log messages ([#1822])
5+
- Added `Layer::with_syslog_identifier` method to override the syslog identifier
6+
([#1822])
7+
8+
Thanks to @lunaryorn for contributing to this release!
9+
10+
[#1822]: https://github.com/tokio-rs/tracing/pull/1822
11+
112
# 0.2.1 (December 29, 2021)
213

314
This release improves how `tracing-journald` communicates with `journald`,

tracing-journald/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tracing-journald"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
authors = ["Benjamin Saunders <ben.e.saunders@gmail.com>"]
55
edition = "2018"
66
license = "MIT"

tracing-journald/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
//! [`tracing-subscriber::Layer`][layer] implementation for logging `tracing` spans
1111
//! and events to [`systemd-journald`][journald], on Linux distributions that
1212
//! use `systemd`.
13-
//!
13+
//!
1414
//! *Compiler support: [requires `rustc` 1.42+][msrv]*
1515
//!
1616
//! [msrv]: #supported-rust-versions

0 commit comments

Comments
 (0)