From 662e7dc205d0d0b38c98fc007cc390f0e79dedfd Mon Sep 17 00:00:00 2001 From: James Brown Date: Fri, 15 Jul 2022 08:40:47 -0700 Subject: [PATCH] bump to v0.9.0 --- CHANGES.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 434f138..c0d4751 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 diff --git a/Cargo.toml b/Cargo.toml index bbfdfae..e7f1b5c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "syslog_rfc5424" -version = "0.8.0" +version = "0.9.0" authors = ["James Brown "] description = "Parser for RFC5424 (IETF-format) syslog messages" documentation = "https://docs.rs/syslog_rfc5424/"