Skip to content

Commit

Permalink
chore(main): release 0.12.0 (#65)
Browse files Browse the repository at this point in the history
🤖 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>
  • Loading branch information
github-actions[bot] authored Nov 15, 2023
1 parent de14b5d commit b6e61d6
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"eventsource-client": "0.11.0"
"eventsource-client": "0.12.0"
}
22 changes: 22 additions & 0 deletions eventsource-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@

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

## [0.12.0](https://github.com/launchdarkly/rust-eventsource-client/compare/0.11.0...0.12.0) (2023-11-15)


### ⚠ BREAKING CHANGES

* Remove re-export of hyper_rustls types ([#59](https://github.com/launchdarkly/rust-eventsource-client/issues/59))
* Bump dependencies ([#58](https://github.com/launchdarkly/rust-eventsource-client/issues/58))

### deps

* Bump dependencies ([#58](https://github.com/launchdarkly/rust-eventsource-client/issues/58)) ([a7174e3](https://github.com/launchdarkly/rust-eventsource-client/commit/a7174e328f168af0a96f8c9671453a29c028d0f0))


### Features

* 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))


### Bug Fixes

* 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))

## [0.11.0] - 2022-11-07
### Fixed:
- Add missing retry interval reset behavior.
Expand Down
2 changes: 1 addition & 1 deletion eventsource-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "eventsource-client"
version = "0.11.0"
version = "0.12.0"
description = "Client for the Server-Sent Events protocol (aka EventSource)"
repository = "https://github.com/launchdarkly/rust-eventsource-client"
authors = ["LaunchDarkly"]
Expand Down

0 comments on commit b6e61d6

Please sign in to comment.