We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60fcca0 commit 662e7dcCopy full SHA for 662e7dc
CHANGES.md
@@ -1,3 +1,7 @@
1
+0.9.0 (2022-07-15)
2
+------------------
3
+- Allow inserting empty structured data through the `.entry()` method on StructuredData (@thijsc, #22)
4
+
5
0.8.0 (2022-01-28)
6
------------------
7
- Upgrade `time` dependency to 0.3 to resolve cargo audits
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "syslog_rfc5424"
-version = "0.8.0"
+version = "0.9.0"
authors = ["James Brown <roguelazer@roguelazer.com>"]
description = "Parser for RFC5424 (IETF-format) syslog messages"
documentation = "https://docs.rs/syslog_rfc5424/"
0 commit comments