Skip to content

Commit ea0b778

Browse files
ci: Prepare for v0.262.0
1 parent 5c3ff45 commit ea0b778

File tree

5 files changed

+33
-33
lines changed

5 files changed

+33
-33
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: 11 additions & 11 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.261.0"
3+
version = "0.262.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 = "51.0"
103-
dbsp = { path = "crates/dbsp", version = "0.261.0" }
103+
dbsp = { path = "crates/dbsp", version = "0.262.0" }
104104
dbsp_nexmark = { path = "crates/nexmark" }
105105
deadpool-postgres = "0.14.1"
106106
#deltalake = "0.30.2"
@@ -122,16 +122,16 @@ fastbloom = "0.14.0"
122122
fdlimit = "0.3.0"
123123
feldera-cloud1-client = "0.1.2"
124124
feldera-datagen = { path = "crates/datagen" }
125-
feldera-fxp = { version = "0.261.0", path = "crates/fxp", features = ["dbsp"] }
125+
feldera-fxp = { version = "0.262.0", path = "crates/fxp", features = ["dbsp"] }
126126
feldera-iceberg = { path = "crates/iceberg" }
127-
feldera-observability = { version = "0.261.0", path = "crates/feldera-observability" }
128-
feldera-macros = { version = "0.261.0", path = "crates/feldera-macros" }
129-
feldera-sqllib = { version = "0.261.0", path = "crates/sqllib" }
130-
feldera-storage = { version = "0.261.0", path = "crates/storage" }
131-
feldera-types = { version = "0.261.0", path = "crates/feldera-types" }
132-
feldera-rest-api = { version = "0.261.0", path = "crates/rest-api" }
133-
feldera-ir = { version = "0.261.0", path = "crates/ir" }
134-
feldera-adapterlib = { version = "0.261.0", path = "crates/adapterlib" }
127+
feldera-observability = { version = "0.262.0", path = "crates/feldera-observability" }
128+
feldera-macros = { version = "0.262.0", path = "crates/feldera-macros" }
129+
feldera-sqllib = { version = "0.262.0", path = "crates/sqllib" }
130+
feldera-storage = { version = "0.262.0", path = "crates/storage" }
131+
feldera-types = { version = "0.262.0", path = "crates/feldera-types" }
132+
feldera-rest-api = { version = "0.262.0", path = "crates/rest-api" }
133+
feldera-ir = { version = "0.262.0", path = "crates/ir" }
134+
feldera-adapterlib = { version = "0.262.0", path = "crates/adapterlib" }
135135
flate2 = "1.1.0"
136136
form_urlencoded = "1.2.0"
137137
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.261.0"
13+
"version": "0.262.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.261.0"
9+
version = "0.262.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)