Skip to content

Commit 7e36561

Browse files
ci: Prepare for v0.252.0
1 parent c2d0936 commit 7e36561

File tree

5 files changed

+33
-33
lines changed

5 files changed

+33
-33
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[workspace.package]
22
authors = ["Feldera Team <dev@feldera.com>"]
3-
version = "0.251.0"
3+
version = "0.252.0"
44
license = "MIT OR Apache-2.0"
55
homepage = "https://github.com/feldera/feldera"
66
repository = "https://github.com/feldera/feldera"
@@ -100,7 +100,7 @@ csv = "1.2.2"
100100
csv-core = "0.1.10"
101101
dashmap = "6.1.0"
102102
datafusion = "47"
103-
dbsp = { path = "crates/dbsp", version = "0.251.0" }
103+
dbsp = { path = "crates/dbsp", version = "0.252.0" }
104104
dbsp_nexmark = { path = "crates/nexmark" }
105105
deadpool-postgres = "0.14.1"
106106
#deltalake = "0.26.2"
@@ -117,16 +117,16 @@ fastbloom = "0.14.0"
117117
fdlimit = "0.3.0"
118118
feldera-cloud1-client = "0.1.2"
119119
feldera-datagen = { path = "crates/datagen" }
120-
feldera-fxp = { version = "0.251.0", path = "crates/fxp", features = ["dbsp"] }
120+
feldera-fxp = { version = "0.252.0", path = "crates/fxp", features = ["dbsp"] }
121121
feldera-iceberg = { path = "crates/iceberg" }
122-
feldera-observability = { version = "0.251.0", path = "crates/feldera-observability" }
123-
feldera-macros = { version = "0.251.0", path = "crates/feldera-macros" }
124-
feldera-sqllib = { version = "0.251.0", path = "crates/sqllib" }
125-
feldera-storage = { version = "0.251.0", path = "crates/storage" }
126-
feldera-types = { version = "0.251.0", path = "crates/feldera-types" }
127-
feldera-rest-api = { version = "0.251.0", path = "crates/rest-api" }
128-
feldera-ir = { version = "0.251.0", path = "crates/ir" }
129-
feldera-adapterlib = { version = "0.251.0", path = "crates/adapterlib" }
122+
feldera-observability = { version = "0.252.0", path = "crates/feldera-observability" }
123+
feldera-macros = { version = "0.252.0", path = "crates/feldera-macros" }
124+
feldera-sqllib = { version = "0.252.0", path = "crates/sqllib" }
125+
feldera-storage = { version = "0.252.0", path = "crates/storage" }
126+
feldera-types = { version = "0.252.0", path = "crates/feldera-types" }
127+
feldera-rest-api = { version = "0.252.0", path = "crates/rest-api" }
128+
feldera-ir = { version = "0.252.0", path = "crates/ir" }
129+
feldera-adapterlib = { version = "0.252.0", path = "crates/adapterlib" }
130130
flate2 = "1.1.0"
131131
form_urlencoded = "1.2.0"
132132
futures = "0.3.30"

openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"license": {
1111
"name": "MIT OR Apache-2.0"
1212
},
13-
"version": "0.251.0"
13+
"version": "0.252.0"
1414
},
1515
"paths": {
1616
"/config/authentication": {

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
name = "feldera"
77
readme = "README.md"
88
description = "The feldera python client"
9-
version = "0.251.0"
9+
version = "0.252.0"
1010
license = "MIT"
1111
requires-python = ">=3.10"
1212
authors = [

python/uv.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.

0 commit comments

Comments
 (0)