Skip to content

Commit 662e7dc

Browse files
committed
bump to v0.9.0
1 parent 60fcca0 commit 662e7dc

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.9.0 (2022-07-15)
2+
------------------
3+
- Allow inserting empty structured data through the `.entry()` method on StructuredData (@thijsc, #22)
4+
15
0.8.0 (2022-01-28)
26
------------------
37
- Upgrade `time` dependency to 0.3 to resolve cargo audits

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.8.0"
3+
version = "0.9.0"
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)