We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af76363 commit 14f3972Copy full SHA for 14f3972
CHANGES.md
@@ -1,3 +1,7 @@
1
+0.6.0 (2018-07-14)
2
+------------------
3
+- Parse subsecond part of timestamps and include it as the `timestamp_nanos` field (thanks @bwtril-justin)
4
+
5
0.5.1 (2018-05-15)
6
------------------
7
- Allow terms (hostnames, appnames) to start with a hyphen
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "syslog_rfc5424"
-version = "0.5.1"
+version = "0.6.0"
authors = ["James Brown <roguelazer@roguelazer.com>"]
description = "Parser for RFC5424 (IETF-format) syslog messages"
documentation = "https://docs.rs/syslog_rfc5424/"
0 commit comments