Skip to content

Commit ca56c84

Browse files
chore: bump versions before release (#276)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6151878 commit ca56c84

File tree

7 files changed

+12
-11
lines changed

7 files changed

+12
-11
lines changed

.changeset/neat-ghosts-press.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

elixir-sdk/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ruby-sdk/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# ruby-sdk
22

3+
## 3.7.1
4+
5+
### Patch Changes
6+
7+
- [#274](https://github.com/Eppo-exp/eppo-multiplatform/pull/274) [`161fb42`](https://github.com/Eppo-exp/eppo-multiplatform/commit/161fb422301bd59c57d4a725a661d3b820c6c5ee) Thanks [@rasendubi](https://github.com/rasendubi)! - Bump rb_sys to support Ruby 3.4. Also adds prebuilt libraries for Ruby 3.4.
8+
39
## 3.7.0
410

511
### Minor Changes

ruby-sdk/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ruby-sdk/ext/eppo_client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "eppo_client"
33
# TODO: this version and lib/eppo_client/version.rb should be in sync
4-
version = "3.7.0"
4+
version = "3.7.1"
55
edition = "2021"
66
license = "MIT"
77
publish = false

ruby-sdk/lib/eppo_client/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
# TODO: this version and ext/eppo_client/Cargo.toml should be in sync
44
module EppoClient
5-
VERSION = "3.7.0"
5+
VERSION = "3.7.1"
66
end

ruby-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "ruby-sdk",
4-
"version": "3.7.0",
4+
"version": "3.7.1",
55
"dependencies": {},
66
"devDependencies": {},
77
"scripts": {

0 commit comments

Comments
 (0)