Skip to content

Commit

Permalink
bump to version 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Roguelazer committed Jan 19, 2019
1 parent 0df27ee commit cc00331
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.1 (2019-01-19)
------------------
- Fix sign error in numeric timezone offsets (thanks to @main-- for reporting this on GitHub)

0.6.0 (2018-07-14)
------------------
- Parse subsecond part of timestamps and include it as the `timestamp_nanos` field (thanks @bwtril-justin)
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.6.0"
version = "0.6.1"
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 cc00331

Please sign in to comment.