Skip to content

Commit 486fbac

Browse files
ci: Prepare for v0.271.0
1 parent 907fc6b commit 486fbac

File tree

5 files changed

+35
-35
lines changed

5 files changed

+35
-35
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 12 additions & 12 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.270.0"
3+
version = "0.271.0"
44
license = "MIT OR Apache-2.0"
55
homepage = "https://github.com/feldera/feldera"
66
repository = "https://github.com/feldera/feldera"
@@ -101,7 +101,7 @@ csv = "1.2.2"
101101
csv-core = "0.1.10"
102102
dashmap = "6.1.0"
103103
datafusion = "51.0"
104-
dbsp = { path = "crates/dbsp", version = "0.270.0" }
104+
dbsp = { path = "crates/dbsp", version = "0.271.0" }
105105
dbsp_nexmark = { path = "crates/nexmark" }
106106
deadpool-postgres = "0.14.1"
107107
#deltalake = "0.30.2"
@@ -121,19 +121,19 @@ erased-serde = "0.3.31"
121121
fake = "2.10"
122122
fastbloom = "0.14.0"
123123
fdlimit = "0.3.0"
124-
feldera-buffer-cache = { version = "0.270.0", path = "crates/buffer-cache" }
124+
feldera-buffer-cache = { version = "0.271.0", path = "crates/buffer-cache" }
125125
feldera-cloud1-client = "0.1.2"
126126
feldera-datagen = { path = "crates/datagen" }
127-
feldera-fxp = { version = "0.270.0", path = "crates/fxp", features = ["dbsp"] }
127+
feldera-fxp = { version = "0.271.0", path = "crates/fxp", features = ["dbsp"] }
128128
feldera-iceberg = { path = "crates/iceberg" }
129-
feldera-observability = { version = "0.270.0", path = "crates/feldera-observability" }
130-
feldera-macros = { version = "0.270.0", path = "crates/feldera-macros" }
131-
feldera-sqllib = { version = "0.270.0", path = "crates/sqllib" }
132-
feldera-storage = { version = "0.270.0", path = "crates/storage" }
133-
feldera-types = { version = "0.270.0", path = "crates/feldera-types" }
134-
feldera-rest-api = { version = "0.270.0", path = "crates/rest-api" }
135-
feldera-ir = { version = "0.270.0", path = "crates/ir" }
136-
feldera-adapterlib = { version = "0.270.0", path = "crates/adapterlib" }
129+
feldera-observability = { version = "0.271.0", path = "crates/feldera-observability" }
130+
feldera-macros = { version = "0.271.0", path = "crates/feldera-macros" }
131+
feldera-sqllib = { version = "0.271.0", path = "crates/sqllib" }
132+
feldera-storage = { version = "0.271.0", path = "crates/storage" }
133+
feldera-types = { version = "0.271.0", path = "crates/feldera-types" }
134+
feldera-rest-api = { version = "0.271.0", path = "crates/rest-api" }
135+
feldera-ir = { version = "0.271.0", path = "crates/ir" }
136+
feldera-adapterlib = { version = "0.271.0", path = "crates/adapterlib" }
137137
flate2 = "1.1.0"
138138
form_urlencoded = "1.2.0"
139139
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.270.0"
13+
"version": "0.271.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.270.0"
9+
version = "0.271.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)