Skip to content

Commit 8ebf698

Browse files
ci: Prepare for v0.159.0
1 parent 0d0b1cf commit 8ebf698

File tree

5 files changed

+26
-26
lines changed

5 files changed

+26
-26
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 7 additions & 7 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.158.0"
3+
version = "0.159.0"
44
license = "MIT OR Apache-2.0"
55
homepage = "https://github.com/feldera/feldera"
66
repository = "https://github.com/feldera/feldera"
@@ -90,7 +90,7 @@ csv = "1.2.2"
9090
csv-core = "0.1.10"
9191
dashmap = "6.1.0"
9292
datafusion = "47"
93-
dbsp = { path = "crates/dbsp", version = "0.158.0" }
93+
dbsp = { path = "crates/dbsp", version = "0.159.0" }
9494
dbsp_nexmark = { path = "crates/nexmark" }
9595
deadpool-postgres = "0.10.5"
9696
#deltalake = "0.26.2"
@@ -108,13 +108,13 @@ fdlimit = "0.3.0"
108108
feldera-adapterlib = { path = "crates/adapterlib" }
109109
feldera-cloud1-client = "0.1.2"
110110
feldera-datagen = { path = "crates/datagen" }
111-
feldera-fxp = { version = "0.158.0", path = "crates/fxp", features = ["dbsp"] }
111+
feldera-fxp = { version = "0.159.0", path = "crates/fxp", features = ["dbsp"] }
112112
feldera-iceberg = { path = "crates/iceberg" }
113113
feldera-sqllib = { path = "crates/sqllib" }
114-
feldera-storage = { version = "0.158.0", path = "crates/storage" }
115-
feldera-types = { version = "0.158.0", path = "crates/feldera-types" }
116-
feldera-rest-api = { version = "0.158.0", path = "crates/rest-api" }
117-
feldera-ir = { version = "0.158.0", path = "crates/ir" }
114+
feldera-storage = { version = "0.159.0", path = "crates/storage" }
115+
feldera-types = { version = "0.159.0", path = "crates/feldera-types" }
116+
feldera-rest-api = { version = "0.159.0", path = "crates/rest-api" }
117+
feldera-ir = { version = "0.159.0", path = "crates/ir" }
118118
flate2 = "1.1.0"
119119
form_urlencoded = "1.2.0"
120120
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.158.0"
13+
"version": "0.159.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.158.0"
9+
version = "0.159.0"
1010
license = { text = "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)