Skip to content

Commit

Permalink
bump to v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Roguelazer committed Jul 14, 2018
1 parent af76363 commit 14f3972
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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/"
Expand Down

0 comments on commit 14f3972

Please sign in to comment.