From af8b3ad7cf18d0f208b5e46caefdb83dd2622f1c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 12:30:26 +0000 Subject: [PATCH] chore(main): release 0.17.5 --- .release-please-manifest.json | 2 +- eventsource-client/CHANGELOG.md | 7 +++++++ eventsource-client/Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a5e2c22..069c2ba 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "eventsource-client": "0.17.4" + "eventsource-client": "0.17.5" } diff --git a/eventsource-client/CHANGELOG.md b/eventsource-client/CHANGELOG.md index 7adf9cb..3869e48 100644 --- a/eventsource-client/CHANGELOG.md +++ b/eventsource-client/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to the project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). +## [0.17.5](https://github.com/launchdarkly/rust-eventsource-client/compare/0.17.4...0.17.5) (2026-06-08) + + +### Bug Fixes + +* Bump MSRV from 1.93 to 1.94 ([#138](https://github.com/launchdarkly/rust-eventsource-client/issues/138)) ([7aa2b32](https://github.com/launchdarkly/rust-eventsource-client/commit/7aa2b326caeb6b2fb0bc0b939baecb301c39eaa6)) + ## [0.17.4](https://github.com/launchdarkly/rust-eventsource-client/compare/0.17.3...0.17.4) (2026-05-11) diff --git a/eventsource-client/Cargo.toml b/eventsource-client/Cargo.toml index 4518e4f..955beb0 100644 --- a/eventsource-client/Cargo.toml +++ b/eventsource-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "eventsource-client" -version = "0.17.4" +version = "0.17.5" description = "Client for the Server-Sent Events protocol (aka EventSource)" repository = "https://github.com/launchdarkly/rust-eventsource-client" authors = ["LaunchDarkly"]