Skip to content

Commit c110dcd

Browse files
ci: Prepare for v0.209.0
1 parent 0a24650 commit c110dcd

5 files changed

Lines changed: 28 additions & 28 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 8 additions & 8 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.208.0"
3+
version = "0.209.0"
44
license = "MIT OR Apache-2.0"
55
homepage = "https://github.com/feldera/feldera"
66
repository = "https://github.com/feldera/feldera"
@@ -93,7 +93,7 @@ csv = "1.2.2"
9393
csv-core = "0.1.10"
9494
dashmap = "6.1.0"
9595
datafusion = "47"
96-
dbsp = { path = "crates/dbsp", version = "0.208.0" }
96+
dbsp = { path = "crates/dbsp", version = "0.209.0" }
9797
dbsp_nexmark = { path = "crates/nexmark" }
9898
deadpool-postgres = "0.14.1"
9999
#deltalake = "0.26.2"
@@ -110,14 +110,14 @@ fdlimit = "0.3.0"
110110
feldera-adapterlib = { path = "crates/adapterlib" }
111111
feldera-cloud1-client = "0.1.2"
112112
feldera-datagen = { path = "crates/datagen" }
113-
feldera-fxp = { version = "0.208.0", path = "crates/fxp", features = ["dbsp"] }
113+
feldera-fxp = { version = "0.209.0", path = "crates/fxp", features = ["dbsp"] }
114114
feldera-iceberg = { path = "crates/iceberg" }
115-
feldera-observability = { version = "0.208.0", path = "crates/feldera-observability" }
115+
feldera-observability = { version = "0.209.0", path = "crates/feldera-observability" }
116116
feldera-sqllib = { path = "crates/sqllib" }
117-
feldera-storage = { version = "0.208.0", path = "crates/storage" }
118-
feldera-types = { version = "0.208.0", path = "crates/feldera-types" }
119-
feldera-rest-api = { version = "0.208.0", path = "crates/rest-api" }
120-
feldera-ir = { version = "0.208.0", path = "crates/ir" }
117+
feldera-storage = { version = "0.209.0", path = "crates/storage" }
118+
feldera-types = { version = "0.209.0", path = "crates/feldera-types" }
119+
feldera-rest-api = { version = "0.209.0", path = "crates/rest-api" }
120+
feldera-ir = { version = "0.209.0", path = "crates/ir" }
121121
flate2 = "1.1.0"
122122
form_urlencoded = "1.2.0"
123123
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.208.0"
13+
"version": "0.209.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.208.0"
9+
version = "0.209.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)