From a0c0e9198bf3fcef21ce2e1a2cf1835e70756e20 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Jul 2025 15:55:59 +0000 Subject: [PATCH] chore(main): release 0.15.1 --- .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 f2df327..06f58b6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "eventsource-client": "0.15.0" + "eventsource-client": "0.15.1" } diff --git a/eventsource-client/CHANGELOG.md b/eventsource-client/CHANGELOG.md index 3f7866b..ab344c0 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.15.1](https://github.com/launchdarkly/rust-eventsource-client/compare/0.15.0...0.15.1) (2025-07-08) + + +### Bug Fixes + +* Bump MSRV to 1.82.0 ([#95](https://github.com/launchdarkly/rust-eventsource-client/issues/95)) ([ddf8753](https://github.com/launchdarkly/rust-eventsource-client/commit/ddf8753b8bebcb2e8c4f55b8ba081adbb214825c)) + ## [0.15.0](https://github.com/launchdarkly/rust-eventsource-client/compare/0.14.0...0.15.0) (2025-03-27) diff --git a/eventsource-client/Cargo.toml b/eventsource-client/Cargo.toml index e17119f..b33d647 100644 --- a/eventsource-client/Cargo.toml +++ b/eventsource-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "eventsource-client" -version = "0.15.0" +version = "0.15.1" description = "Client for the Server-Sent Events protocol (aka EventSource)" repository = "https://github.com/launchdarkly/rust-eventsource-client" authors = ["LaunchDarkly"]