From 14f3972c835f66bf3aa28f5efff3710b04b4ac1e Mon Sep 17 00:00:00 2001 From: James Brown Date: Sat, 14 Jul 2018 12:34:08 -0700 Subject: [PATCH] bump to v0.6.0 --- CHANGES.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 04ed77a..0e9e183 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,7 @@ +0.6.0 (2018-07-14) +------------------ +- Parse subsecond part of timestamps and include it as the `timestamp_nanos` field (thanks @bwtril-justin) + 0.5.1 (2018-05-15) ------------------ - Allow terms (hostnames, appnames) to start with a hyphen diff --git a/Cargo.toml b/Cargo.toml index a1bc81b..b8e9f42 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "syslog_rfc5424" -version = "0.5.1" +version = "0.6.0" authors = ["James Brown "] description = "Parser for RFC5424 (IETF-format) syslog messages" documentation = "https://docs.rs/syslog_rfc5424/"