Skip to content

Commit ffd0ffa

Browse files
chore(main): release 2.2.5 (#58)
🤖 I have created a release *beep* *boop* --- ## [2.2.5](2.2.4...2.2.5) (2025-07-14) ### Bug Fixes * Bump minimum to ruby 3.1 ([#57](#57)) ([93a9947](93a9947)) * Explicitly mark buffer variable as unfrozen ([#59](#59)) ([ccf79af](ccf79af)) --- 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 ccf79af commit ffd0ffa

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-
".": "2.2.4"
2+
".": "2.2.5"
33
}

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 LaunchDarkly SSE Client for Ruby will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [2.2.5](https://github.com/launchdarkly/ruby-eventsource/compare/2.2.4...2.2.5) (2025-07-14)
6+
7+
8+
### Bug Fixes
9+
10+
* Bump minimum to ruby 3.1 ([#57](https://github.com/launchdarkly/ruby-eventsource/issues/57)) ([93a9947](https://github.com/launchdarkly/ruby-eventsource/commit/93a994783aa3aa922a213670a3c6183206d8bd8d))
11+
* Explicitly mark buffer variable as unfrozen ([#59](https://github.com/launchdarkly/ruby-eventsource/issues/59)) ([ccf79af](https://github.com/launchdarkly/ruby-eventsource/commit/ccf79af7a541c976298231b7a34c5f5bd0bd8fff))
12+
513
## [2.2.4](https://github.com/launchdarkly/ruby-eventsource/compare/2.2.3...2.2.4) (2025-04-18)
614

715

lib/ld-eventsource/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module SSE
2-
VERSION = "2.2.4" # x-release-please-version
2+
VERSION = "2.2.5" # x-release-please-version
33
end

0 commit comments

Comments
 (0)