Skip to content

Commit 1567a8c

Browse files
chore(main): release 0.17.2
1 parent 49efcd4 commit 1567a8c

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.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.17.1"
2+
"eventsource-client": "0.17.2"
33
}

eventsource-client/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.17.2](https://github.com/launchdarkly/rust-eventsource-client/compare/0.17.1...0.17.2) (2026-04-13)
6+
7+
8+
### Bug Fixes
9+
10+
* **deps:** bump rand from 0.8.5 to 0.10.1 ([#129](https://github.com/launchdarkly/rust-eventsource-client/issues/129)) ([49efcd4](https://github.com/launchdarkly/rust-eventsource-client/commit/49efcd4036e2bbe3e00799fb49a2c460d366586b))
11+
512
## [0.17.1](https://github.com/launchdarkly/rust-eventsource-client/compare/0.17.0...0.17.1) (2026-03-06)
613

714

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.17.1"
3+
version = "0.17.2"
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)