Skip to content

Commit 7cdaf24

Browse files
chore: bump versions before release (#202)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 1d310c7 commit 7cdaf24

File tree

10 files changed

+20
-14
lines changed

10 files changed

+20
-14
lines changed

.changeset/moody-lions-approve.md

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

eppo_core/CHANGELOG.md

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

3+
## 8.0.2
4+
5+
### Patch Changes
6+
7+
- [#201](https://github.com/Eppo-exp/eppo-multiplatform/pull/201) [`1d310c7`](https://github.com/Eppo-exp/eppo-multiplatform/commit/1d310c7019dde1aa5a965e064eab15187b064d96) Thanks [@felipecsl](https://github.com/felipecsl)! - [Unstable] Event Ingestion: Fix JSON serialization of Event timestamp field
8+
39
## 8.0.1
410

511
### Patch Changes

eppo_core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "eppo_core"
3-
version = "8.0.1"
3+
version = "8.0.2"
44
edition = "2021"
55
description = "Eppo SDK core library"
66
repository = "https://github.com/Eppo-exp/rust-sdk"

eppo_core/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": "eppo_core",
4-
"version": "8.0.1",
4+
"version": "8.0.2",
55
"dependencies": {},
66
"devDependencies": {},
77
"scripts": {

python-sdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ publish = false
88
crate-type = ["cdylib"]
99

1010
[dependencies]
11-
eppo_core = { version = "=8.0.1", path = "../eppo_core", features = ["pyo3", "vendored"] }
11+
eppo_core = { version = "=8.0.2", path = "../eppo_core", features = ["pyo3", "vendored"] }
1212
log = "0.4.22"
1313
pyo3 = "0.23.0"
1414
pyo3-log = "0.12.0"

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.4.5
4+
5+
### Patch Changes
6+
7+
- [#201](https://github.com/Eppo-exp/eppo-multiplatform/pull/201) [`1d310c7`](https://github.com/Eppo-exp/eppo-multiplatform/commit/1d310c7019dde1aa5a965e064eab15187b064d96) Thanks [@felipecsl](https://github.com/felipecsl)! - [Unstable] Event Ingestion: Fix JSON serialization of Event timestamp field
8+
39
## 3.4.4
410

511
### Patch Changes

ruby-sdk/ext/eppo_client/Cargo.toml

Lines changed: 2 additions & 2 deletions
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.4.4"
4+
version = "3.4.5"
55
edition = "2021"
66
license = "MIT"
77
publish = false
@@ -12,7 +12,7 @@ crate-type = ["cdylib"]
1212

1313
[dependencies]
1414
env_logger = { version = "0.11.3", features = ["unstable-kv"] }
15-
eppo_core = { version = "=8.0.1", features = ["vendored", "magnus", "event_ingestion"] }
15+
eppo_core = { version = "=8.0.2", features = ["vendored", "magnus", "event_ingestion"] }
1616
log = { version = "0.4.21", features = ["kv_serde"] }
1717
magnus = { version = "0.6.4" }
1818
serde = { version = "1.0.203", features = ["derive"] }

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.4.4"
5+
VERSION = "3.4.5"
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.4.4",
4+
"version": "3.4.5",
55
"dependencies": {},
66
"devDependencies": {},
77
"scripts": {

rust-sdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ categories = ["config"]
1111
rust-version = "1.75.0"
1212

1313
[dependencies]
14-
eppo_core = { version = "=8.0.1", path = "../eppo_core" }
14+
eppo_core = { version = "=8.0.2", path = "../eppo_core" }
1515
log = { version = "0.4.21", features = ["kv", "kv_serde"] }
1616
serde_json = "1.0.116"
1717

0 commit comments

Comments
 (0)