Skip to content

Commit 8c6f4fa

Browse files
chore(main): release 0.15.0 (#92)
🤖 I have created a release *beep* *boop* --- ## [0.15.0](0.14.0...0.15.0) (2025-03-27) ### Features * Add connect and write timeout configurations options ([#93](#93)) ([cfb9321](cfb9321)) ### Bug Fixes * Bump MSRV to 1.81 ([#91](#91)) ([3b63d64](3b63d64)) --- 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 cfb9321 commit 8c6f4fa

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-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.14.0"
2+
"eventsource-client": "0.15.0"
33
}

eventsource-client/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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.0](https://github.com/launchdarkly/rust-eventsource-client/compare/0.14.0...0.15.0) (2025-03-27)
6+
7+
8+
### Features
9+
10+
* Add connect and write timeout configurations options ([#93](https://github.com/launchdarkly/rust-eventsource-client/issues/93)) ([cfb9321](https://github.com/launchdarkly/rust-eventsource-client/commit/cfb9321633f71f95116a61fe4d7a14c0aca4f982))
11+
12+
13+
### Bug Fixes
14+
15+
* Bump MSRV to 1.81 ([#91](https://github.com/launchdarkly/rust-eventsource-client/issues/91)) ([3b63d64](https://github.com/launchdarkly/rust-eventsource-client/commit/3b63d644b1d9475ed7ec69bb3f386badb77abc63))
16+
517
## [0.14.0](https://github.com/launchdarkly/rust-eventsource-client/compare/0.13.0...0.14.0) (2025-02-24)
618

719

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.14.0"
3+
version = "0.15.0"
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)