Skip to content

Commit 1c69b5a

Browse files
chore(main): release 0.15.1 (#96)
🤖 I have created a release *beep* *boop* --- ## [0.15.1](0.15.0...0.15.1) (2025-10-07) ### Bug Fixes * Bump MSRV to 1.82.0 ([#95](#95)) ([ddf8753](ddf8753)) * Reconnect should use both reconnect and retry_initial for reconnection ([#99](#99)) ([9a91e67](9a91e67)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9a91e67 commit 1c69b5a

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"eventsource-client": "0.15.0"
2+
"eventsource-client": "0.15.1"
33
}

eventsource-client/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to the project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [0.15.1](https://github.com/launchdarkly/rust-eventsource-client/compare/0.15.0...0.15.1) (2025-10-07)
6+
7+
8+
### Bug Fixes
9+
10+
* 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))
11+
* Reconnect should use both reconnect and retry_initial for reconnection ([#99](https://github.com/launchdarkly/rust-eventsource-client/issues/99)) ([9a91e67](https://github.com/launchdarkly/rust-eventsource-client/commit/9a91e67c62baaac0660b114df6429b79f9308b0c))
12+
513
## [0.15.0](https://github.com/launchdarkly/rust-eventsource-client/compare/0.14.0...0.15.0) (2025-03-27)
614

715

eventsource-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "eventsource-client"
3-
version = "0.15.0"
3+
version = "0.15.1"
44
description = "Client for the Server-Sent Events protocol (aka EventSource)"
55
repository = "https://github.com/launchdarkly/rust-eventsource-client"
66
authors = ["LaunchDarkly"]

0 commit comments

Comments
 (0)