Skip to content

Commit 8dd48ad

Browse files
author
feldera-ci
committed
ci: Prepare for v0.56.0
1 parent 1f9d158 commit 8dd48ad

File tree

5 files changed

+24
-24
lines changed

5 files changed

+24
-24
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 6 additions & 6 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.55.0"
3+
version = "0.56.0"
44
license = "MIT OR Apache-2.0"
55
homepage = "https://github.com/feldera/feldera"
66
repository = "https://github.com/feldera/feldera"
@@ -85,7 +85,7 @@ crossbeam-utils = "0.8.6"
8585
csv = "1.2.2"
8686
csv-core = "0.1.10"
8787
datafusion = "45"
88-
dbsp = { path = "crates/dbsp", version = "0.55.0" }
88+
dbsp = { path = "crates/dbsp", version = "0.56.0" }
8989
dbsp_nexmark = { path = "crates/nexmark" }
9090
deadpool-postgres = "0.10.5"
9191
dec = { version = "0.4.9", features = ["serde"] }
@@ -103,10 +103,10 @@ feldera-adapterlib = { path = "crates/adapterlib" }
103103
feldera-datagen = { path = "crates/datagen" }
104104
feldera-iceberg = { path = "crates/iceberg" }
105105
feldera-sqllib = { path = "crates/sqllib" }
106-
feldera-storage = { version = "0.55.0", path = "crates/storage" }
107-
feldera-types = { version = "0.55.0", path = "crates/feldera-types" }
108-
feldera-rest-api = { version = "0.55.0", path = "crates/rest-api" }
109-
feldera-ir = { version = "0.55.0", path = "crates/ir" }
106+
feldera-storage = { version = "0.56.0", path = "crates/storage" }
107+
feldera-types = { version = "0.56.0", path = "crates/feldera-types" }
108+
feldera-rest-api = { version = "0.56.0", path = "crates/rest-api" }
109+
feldera-ir = { version = "0.56.0", path = "crates/ir" }
110110
flate2 = "1.1.0"
111111
form_urlencoded = "1.2.0"
112112
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.55.0"
13+
"version": "0.56.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.55.0"
9+
version = "0.56.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)