Skip to content

Commit

Permalink
journald: prepare to release 0.2.4 (#1996)
Browse files Browse the repository at this point in the history
# 0.2.4 (March 17, 2022)

### Fixed

- Fixed compilation error in `memfd_create_syscall` on 32-bit targets
  ([#1982])

Thanks to new contributor @chrta for contributing to this release!

[#1982]: #1982
  • Loading branch information
hawkw committed Mar 17, 2022
1 parent 5287e7d commit a5ff1af
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
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.4 (March 17, 2022)

### Fixed

- Fixed compilation error in `memfd_create_syscall` on 32-bit targets ([#1982])

Thanks to new contributor @chrta for contributing to this release!


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

# 0.2.3 (February 7, 2022)

### Fixed
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.3"
version = "0.2.4"
authors = ["Benjamin Saunders <ben.e.saunders@gmail.com>"]
edition = "2018"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion tracing-journald/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ scoped, structured, and async-aware diagnostics. `tracing-journald` provides a
[`tracing-subscriber::Layer`][layer] implementation for logging `tracing` spans
and events to [`systemd-journald`][journald], on Linux distributions that use
`systemd`.

*Compiler support: [requires `rustc` 1.49+][msrv]*

[msrv]: #supported-rust-versions
Expand Down

0 comments on commit a5ff1af

Please sign in to comment.