mirror of
https://github.com/tokio-rs/tracing.git
synced 2025-11-07 17:03:59 +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)
|
# 0.2.3 (February 7, 2022)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "tracing-journald"
|
name = "tracing-journald"
|
||||||
version = "0.2.3"
|
version = "0.2.4"
|
||||||
authors = ["Benjamin Saunders <ben.e.saunders@gmail.com>"]
|
authors = ["Benjamin Saunders <ben.e.saunders@gmail.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user