Skip to content

Commit cc00331

Browse files
committed
bump to version 0.6.1
1 parent 0df27ee commit cc00331

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
0.6.1 (2019-01-19)
2+
------------------
3+
- Fix sign error in numeric timezone offsets (thanks to @main-- for reporting this on GitHub)
4+
15
0.6.0 (2018-07-14)
26
------------------
37
- Parse subsecond part of timestamps and include it as the `timestamp_nanos` field (thanks @bwtril-justin)

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "syslog_rfc5424"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
authors = ["James Brown <[email protected]>"]
55
description = "Parser for RFC5424 (IETF-format) syslog messages"
66
documentation = "https://docs.rs/syslog_rfc5424/"

0 commit comments

Comments
 (0)