Skip to content

Commit

Permalink
bump to v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Roguelazer committed Jul 15, 2022
1 parent 60fcca0 commit 662e7dc
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.9.0 (2022-07-15)
------------------
- Allow inserting empty structured data through the `.entry()` method on StructuredData (@thijsc, #22)

0.8.0 (2022-01-28)
------------------
- Upgrade `time` dependency to 0.3 to resolve cargo audits
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.8.0"
version = "0.9.0"
authors = ["James Brown <[email protected]>"]
description = "Parser for RFC5424 (IETF-format) syslog messages"
documentation = "https://docs.rs/syslog_rfc5424/"
Expand Down

0 comments on commit 662e7dc

Please sign in to comment.