Skip to content

Commit 0b40458

Browse files
committed
bump to v0.9.1
1 parent 781f1fb commit 0b40458

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
0.9.1 (2025-11-11)
2+
------------------
3+
- Allow input timestamps to have 9 digits of fractional precision, even though RFC 5424 says 6 (@cbeck88, #26)
4+
- Fix warning in `parse_param_value` on newer rustc versions
5+
- Add dependabot
6+
17
0.9.0 (2022-07-15)
28
------------------
39
- Allow inserting empty structured data through the `.entry()` method on StructuredData (@thijsc, #22)

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "syslog_rfc5424"
3-
version = "0.9.0"
3+
version = "0.9.1"
44
authors = ["James Brown <[email protected]>"]
55
description = "Parser for RFC5424 (IETF-format) syslog messages"
66
documentation = "https://docs.rs/syslog_rfc5424/"

0 commit comments

Comments
 (0)