Skip to content

Commit b6e61d6

Browse files
chore(main): release 0.12.0 (#65)
🤖 I have created a release *beep* *boop* --- ## [0.12.0](0.11.0...0.12.0) (2023-11-15) ### ⚠ BREAKING CHANGES * Remove re-export of hyper_rustls types ([#59](#59)) * Bump dependencies ([#58](#58)) ### deps * Bump dependencies ([#58](#58)) ([a7174e3](a7174e3)) ### Features * make Error implement std::fmt::Display, std::error::Error` and Sync ([#47](#47)) ([0eaab6e](0eaab6e)) ### Bug Fixes * Remove re-export of hyper_rustls types ([#59](#59)) ([ec24970](ec24970)) --- 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 de14b5d commit b6e61d6

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-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.11.0"
2+
"eventsource-client": "0.12.0"
33
}

eventsource-client/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
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.12.0](https://github.com/launchdarkly/rust-eventsource-client/compare/0.11.0...0.12.0) (2023-11-15)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* Remove re-export of hyper_rustls types ([#59](https://github.com/launchdarkly/rust-eventsource-client/issues/59))
11+
* Bump dependencies ([#58](https://github.com/launchdarkly/rust-eventsource-client/issues/58))
12+
13+
### deps
14+
15+
* Bump dependencies ([#58](https://github.com/launchdarkly/rust-eventsource-client/issues/58)) ([a7174e3](https://github.com/launchdarkly/rust-eventsource-client/commit/a7174e328f168af0a96f8c9671453a29c028d0f0))
16+
17+
18+
### Features
19+
20+
* make Error implement std::fmt::Display, std::error::Error` and Sync ([#47](https://github.com/launchdarkly/rust-eventsource-client/issues/47)) ([0eaab6e](https://github.com/launchdarkly/rust-eventsource-client/commit/0eaab6eefb8d69aac01ded4ab53c527c84084ba6))
21+
22+
23+
### Bug Fixes
24+
25+
* Remove re-export of hyper_rustls types ([#59](https://github.com/launchdarkly/rust-eventsource-client/issues/59)) ([ec24970](https://github.com/launchdarkly/rust-eventsource-client/commit/ec24970d4a9ed875a44fb9c84c67b587d46ca23d))
26+
527
## [0.11.0] - 2022-11-07
628
### Fixed:
729
- Add missing retry interval reset behavior.

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.11.0"
3+
version = "0.12.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)