From f406652dd561c6727337bc48b0f5800ce2af437a Mon Sep 17 00:00:00 2001 From: LaunchDarklyReleaseBot Date: Thu, 14 Apr 2022 18:34:47 +0000 Subject: [PATCH] Releasing version 0.10.1 --- CHANGELOG.md | 4 ++++ eventsource-client/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69c0673..2e13297 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to the project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). +## [0.10.1] - 2022-04-14 +### Fixed: +- Comment events were incorrectly consuming non-comment event data. Now comment events are emitted as they are parsed and can no longer affect non-comment event data. + ## [0.10.0] - 2022-03-23 ### Added: - Added support for following 301 & 307 redirects with configurable redirect limit. diff --git a/eventsource-client/Cargo.toml b/eventsource-client/Cargo.toml index df81a71..64cae2c 100644 --- a/eventsource-client/Cargo.toml +++ b/eventsource-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "eventsource-client" -version = "0.10.0" +version = "0.10.1" description = "Client for the Server-Sent Events protocol (aka EventSource)" repository = "https://github.com/launchdarkly/rust-eventsource-client" authors = ["LaunchDarkly"]