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"]