Skip to content

Commit c63e8fe

Browse files
ci: Prepare for v0.297.0
1 parent e3f712d commit c63e8fe

7 files changed

Lines changed: 40 additions & 40 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 13 additions & 13 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.296.0"
3+
version = "0.297.0"
44
license = "MIT OR Apache-2.0"
55
homepage = "https://github.com/feldera/feldera"
66
repository = "https://github.com/feldera/feldera"
@@ -103,7 +103,7 @@ csv = "1.2.2"
103103
csv-core = "0.1.10"
104104
dashmap = "6.1.0"
105105
datafusion = "51.0"
106-
dbsp = { path = "crates/dbsp", version = "0.296.0" }
106+
dbsp = { path = "crates/dbsp", version = "0.297.0" }
107107
dbsp_nexmark = { path = "crates/nexmark" }
108108
deadpool-postgres = "0.14.1"
109109
#deltalake = "0.30.2"
@@ -125,20 +125,20 @@ erased-serde = "0.3.31"
125125
fake = "2.10"
126126
fastbloom = "0.14.0"
127127
fdlimit = "0.3.0"
128-
feldera-buffer-cache = { version = "0.296.0", path = "crates/buffer-cache" }
128+
feldera-buffer-cache = { version = "0.297.0", path = "crates/buffer-cache" }
129129
feldera-cloud1-client = "0.1.2"
130130
feldera-datagen = { path = "crates/datagen" }
131-
feldera-fxp = { version = "0.296.0", path = "crates/fxp", features = ["dbsp"] }
131+
feldera-fxp = { version = "0.297.0", path = "crates/fxp", features = ["dbsp"] }
132132
feldera-iceberg = { path = "crates/iceberg" }
133-
feldera-observability = { version = "0.296.0", path = "crates/feldera-observability" }
134-
feldera-macros = { version = "0.296.0", path = "crates/feldera-macros" }
135-
feldera-sqllib = { version = "0.296.0", path = "crates/sqllib" }
136-
feldera-storage = { version = "0.296.0", path = "crates/storage" }
137-
feldera-types = { version = "0.296.0", path = "crates/feldera-types" }
138-
feldera-rest-api = { version = "0.296.0", path = "crates/rest-api" }
139-
feldera-ir = { version = "0.296.0", path = "crates/ir" }
140-
feldera-adapterlib = { version = "0.296.0", path = "crates/adapterlib" }
141-
feldera-samply = { version = "0.296.0", path = "crates/samply" }
133+
feldera-observability = { version = "0.297.0", path = "crates/feldera-observability" }
134+
feldera-macros = { version = "0.297.0", path = "crates/feldera-macros" }
135+
feldera-sqllib = { version = "0.297.0", path = "crates/sqllib" }
136+
feldera-storage = { version = "0.297.0", path = "crates/storage" }
137+
feldera-types = { version = "0.297.0", path = "crates/feldera-types" }
138+
feldera-rest-api = { version = "0.297.0", path = "crates/rest-api" }
139+
feldera-ir = { version = "0.297.0", path = "crates/ir" }
140+
feldera-adapterlib = { version = "0.297.0", path = "crates/adapterlib" }
141+
feldera-samply = { version = "0.297.0", path = "crates/samply" }
142142
flate2 = "1.1.0"
143143
form_urlencoded = "1.2.0"
144144
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.296.0"
13+
"version": "0.297.0"
1414
},
1515
"paths": {
1616
"/config/authentication": {

python/dbt-feldera/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 = "dbt-feldera"
77
readme = "README.md"
88
description = "The dbt adapter for Feldera — DBSP-native incremental view maintenance"
9-
version = "0.296.0"
9+
version = "0.297.0"
1010
license = "MIT"
1111
requires-python = ">=3.10"
1212
authors = [

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.296.0"
9+
version = "0.297.0"
1010
license = "MIT"
1111
requires-python = ">=3.10"
1212
authors = [

python/uv.lock

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

sql-to-dbsp-compiler/SQL-compiler/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<calcite.version>1.42.0</calcite.version>
2020
<jackson.version>2.21.1</jackson.version>
2121
<janino.version>3.1.12</janino.version>
22-
<project.version>0.296.0</project.version>
22+
<project.version>0.297.0</project.version>
2323
</properties>
2424

2525
<repositories>

0 commit comments

Comments
 (0)