Releases: Roguelazer/rust-syslog-rfc5424
Releases · Roguelazer/rust-syslog-rfc5424
v0.10.0
What's Changed
- update to rust 2024 edition; modernize CI
- add pre-commit
- add github actions workflow for releasing
- switch primary branch from
mastertomain
Full Changelog: v0.9.1...v0.10.0
v0.9.1
What's Changed
- allow nanosecond precision timestamps by @cbeck88 in #26
- chore: fix warning in parse_param_value by @Roguelazer in #28
- chore: add dependabot by @Roguelazer in #29
New Contributors
Full Changelog: v0.9.0...v0.9.1
0.9.0
0.8.0
- Upgrade
timedependency to 0.3 to resolve cargo audits - Switch from Travis-CI to Github Actions for CI
0.7.0
0.6.1
0.6.0
This release adds the timestamp_nanos attribute on SyslogMessage structs with the fractional part of the timestamp. Thanks to @bwtril-justin for this contribution!
It also now actually passes clippy; thanks clippy!
0.4.1
Fix bug parsing empty message bodies when there is a non-empty SD field