Skip to content

Commit 6fcb5eb

Browse files
ci: Prepare for v0.243.0
1 parent e950150 commit 6fcb5eb

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.242.0"
3+
version = "0.243.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.242.0" }
103+
dbsp = { path = "crates/dbsp", version = "0.243.0" }
104104
dbsp_nexmark = { path = "crates/nexmark" }
105105
deadpool-postgres = "0.14.1"
106106
#deltalake = "0.26.2"
@@ -117,15 +117,15 @@ fdlimit = "0.3.0"
117117
feldera-adapterlib = { path = "crates/adapterlib" }
118118
feldera-cloud1-client = "0.1.2"
119119
feldera-datagen = { path = "crates/datagen" }
120-
feldera-fxp = { version = "0.242.0", path = "crates/fxp", features = ["dbsp"] }
120+
feldera-fxp = { version = "0.243.0", path = "crates/fxp", features = ["dbsp"] }
121121
feldera-iceberg = { path = "crates/iceberg" }
122-
feldera-observability = { version = "0.242.0", path = "crates/feldera-observability" }
123-
feldera-macros = { version = "0.242.0", path = "crates/feldera-macros" }
122+
feldera-observability = { version = "0.243.0", path = "crates/feldera-observability" }
123+
feldera-macros = { version = "0.243.0", path = "crates/feldera-macros" }
124124
feldera-sqllib = { path = "crates/sqllib" }
125-
feldera-storage = { version = "0.242.0", path = "crates/storage" }
126-
feldera-types = { version = "0.242.0", path = "crates/feldera-types" }
127-
feldera-rest-api = { version = "0.242.0", path = "crates/rest-api" }
128-
feldera-ir = { version = "0.242.0", path = "crates/ir" }
125+
feldera-storage = { version = "0.243.0", path = "crates/storage" }
126+
feldera-types = { version = "0.243.0", path = "crates/feldera-types" }
127+
feldera-rest-api = { version = "0.243.0", path = "crates/rest-api" }
128+
feldera-ir = { version = "0.243.0", path = "crates/ir" }
129129
flate2 = "1.1.0"
130130
form_urlencoded = "1.2.0"
131131
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.242.0"
13+
"version": "0.243.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.242.0"
9+
version = "0.243.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)