From 6ae72052109c8fbe0add777007db5d57a1e7a142 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 13:43:42 +0000 Subject: [PATCH] chore(main): release 0.17.6 --- .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 069c2ba..710c377 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "eventsource-client": "0.17.5" + "eventsource-client": "0.17.6" } diff --git a/eventsource-client/CHANGELOG.md b/eventsource-client/CHANGELOG.md index 3869e48..143bc52 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.6](https://github.com/launchdarkly/rust-eventsource-client/compare/0.17.5...0.17.6) (2026-07-16) + + +### Bug Fixes + +* Bump MSRV from 1.94 to 1.95 ([#141](https://github.com/launchdarkly/rust-eventsource-client/issues/141)) ([ee1cc42](https://github.com/launchdarkly/rust-eventsource-client/commit/ee1cc428909b053f75ee23eeb3af433957b274b5)) + ## [0.17.5](https://github.com/launchdarkly/rust-eventsource-client/compare/0.17.4...0.17.5) (2026-06-08) diff --git a/eventsource-client/Cargo.toml b/eventsource-client/Cargo.toml index 7ef996f..1fcf507 100644 --- a/eventsource-client/Cargo.toml +++ b/eventsource-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "eventsource-client" -version = "0.17.5" +version = "0.17.6" description = "Client for the Server-Sent Events protocol (aka EventSource)" repository = "https://github.com/launchdarkly/rust-eventsource-client" authors = ["LaunchDarkly"]