Skip to content

Commit 1dbd23e

Browse files
ci: Prepare for v0.241.0
1 parent 2d735b2 commit 1dbd23e

File tree

5 files changed

+31
-31
lines changed

5 files changed

+31
-31
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: 9 additions & 9 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.240.0"
3+
version = "0.241.0"
44
license = "MIT OR Apache-2.0"
55
homepage = "https://github.com/feldera/feldera"
66
repository = "https://github.com/feldera/feldera"
@@ -99,7 +99,7 @@ csv = "1.2.2"
9999
csv-core = "0.1.10"
100100
dashmap = "6.1.0"
101101
datafusion = "47"
102-
dbsp = { path = "crates/dbsp", version = "0.240.0" }
102+
dbsp = { path = "crates/dbsp", version = "0.241.0" }
103103
dbsp_nexmark = { path = "crates/nexmark" }
104104
deadpool-postgres = "0.14.1"
105105
#deltalake = "0.26.2"
@@ -116,15 +116,15 @@ fdlimit = "0.3.0"
116116
feldera-adapterlib = { path = "crates/adapterlib" }
117117
feldera-cloud1-client = "0.1.2"
118118
feldera-datagen = { path = "crates/datagen" }
119-
feldera-fxp = { version = "0.240.0", path = "crates/fxp", features = ["dbsp"] }
119+
feldera-fxp = { version = "0.241.0", path = "crates/fxp", features = ["dbsp"] }
120120
feldera-iceberg = { path = "crates/iceberg" }
121-
feldera-observability = { version = "0.240.0", path = "crates/feldera-observability" }
122-
feldera-macros = { version = "0.240.0", path = "crates/feldera-macros" }
121+
feldera-observability = { version = "0.241.0", path = "crates/feldera-observability" }
122+
feldera-macros = { version = "0.241.0", path = "crates/feldera-macros" }
123123
feldera-sqllib = { path = "crates/sqllib" }
124-
feldera-storage = { version = "0.240.0", path = "crates/storage" }
125-
feldera-types = { version = "0.240.0", path = "crates/feldera-types" }
126-
feldera-rest-api = { version = "0.240.0", path = "crates/rest-api" }
127-
feldera-ir = { version = "0.240.0", path = "crates/ir" }
124+
feldera-storage = { version = "0.241.0", path = "crates/storage" }
125+
feldera-types = { version = "0.241.0", path = "crates/feldera-types" }
126+
feldera-rest-api = { version = "0.241.0", path = "crates/rest-api" }
127+
feldera-ir = { version = "0.241.0", path = "crates/ir" }
128128
flate2 = "1.1.0"
129129
form_urlencoded = "1.2.0"
130130
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.240.0"
13+
"version": "0.241.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.240.0"
9+
version = "0.241.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)