Skip to content

Commit 21a6f4a

Browse files
chore: bump versions before release (#288)
1 parent 6271dd9 commit 21a6f4a

File tree

6 files changed

+10
-9
lines changed

6 files changed

+10
-9
lines changed

.changeset/cool-points-care.md

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

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.2
4+
5+
### Patch Changes
6+
7+
- [#287](https://github.com/Eppo-exp/eppo-multiplatform/pull/287) [`6271dd9`](https://github.com/Eppo-exp/eppo-multiplatform/commit/6271dd98731ea37bd092967729ed2c14b1fa8589) Thanks [@rasendubi](https://github.com/rasendubi)! - Add prebuilt libraries for Ruby 3.4.
8+
39
## 3.7.1
410

511
### Patch 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.1"
4+
version = "3.7.2"
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.1"
5+
VERSION = "3.7.2"
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.1",
4+
"version": "3.7.2",
55
"dependencies": {},
66
"devDependencies": {},
77
"scripts": {

0 commit comments

Comments
 (0)