Skip to content

Commit

Permalink
chore(main): release 0.12.1 (#71)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[0.12.1](0.12.0...0.12.1)
(2023-12-12)


### Bug Fixes

* logify could panic if truncating mid-code point
([#70](#70))
([37316c4](37316c4))

---
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 Dec 12, 2023
1 parent 37316c4 commit 53d7670
Show file tree
Hide file tree
Showing 3 changed files with 9 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.12.0"
"eventsource-client": "0.12.1"
}
7 changes: 7 additions & 0 deletions eventsource-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

## [0.12.1](https://github.com/launchdarkly/rust-eventsource-client/compare/0.12.0...0.12.1) (2023-12-12)


### Bug Fixes

* logify could panic if truncating mid-code point ([#70](https://github.com/launchdarkly/rust-eventsource-client/issues/70)) ([37316c4](https://github.com/launchdarkly/rust-eventsource-client/commit/37316c4f0e8c015db118dc1d082281838e88e522))

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


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.12.0"
version = "0.12.1"
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 53d7670

Please sign in to comment.