Skip to content

Commit 1cdf14a

Browse files
chore(main): release 0.16.1 (#111)
🤖 I have created a release *beep* *boop* --- ## [0.16.1](0.16.0...0.16.1) (2026-01-26) ### Bug Fixes * Bump MSRV from 1.83 to 1.88 ([#110](#110)) ([94cdd71](94cdd71)) * Bump MSRV from 1.88 to 1.91 ([#112](#112)) ([78423ab](78423ab)) --- 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 78423ab commit 1cdf14a

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.16.0"
2+
"eventsource-client": "0.16.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.16.1](https://github.com/launchdarkly/rust-eventsource-client/compare/0.16.0...0.16.1) (2026-01-26)
6+
7+
8+
### Bug Fixes
9+
10+
* Bump MSRV from 1.83 to 1.88 ([#110](https://github.com/launchdarkly/rust-eventsource-client/issues/110)) ([94cdd71](https://github.com/launchdarkly/rust-eventsource-client/commit/94cdd716bbcf0fc552b7a470142ccad9149848aa))
11+
* Bump MSRV from 1.88 to 1.91 ([#112](https://github.com/launchdarkly/rust-eventsource-client/issues/112)) ([78423ab](https://github.com/launchdarkly/rust-eventsource-client/commit/78423abfa406550d9270fba33aebc25e257b0216))
12+
513
## [0.16.0](https://github.com/launchdarkly/rust-eventsource-client/compare/0.15.1...0.16.0) (2025-12-17)
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.16.0"
3+
version = "0.16.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)