mirror of
https://github.com/tokio-rs/tracing.git
synced 2025-10-03 07:44:42 +00:00
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:
parent
5287e7d0a4
commit
a5ff1afe8c
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user