journald: prepare to release 0.2.4 (#1996)

# 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
This commit is contained in:
Eliza Weisman 2022-03-17 10:44:28 -07:00 committed by GitHub
parent 5287e7d0a4
commit a5ff1afe8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 2 deletions

View File

@ -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

View File

@ -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"