Skip to content

Commit b35bde3

Browse files
author
feldera-ci
committed
ci: Prepare for v0.47.0
1 parent eda8995 commit b35bde3

12 files changed

Lines changed: 21 additions & 21 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ crossbeam-utils = "0.8.6"
7171
csv = "1.2.2"
7272
csv-core = "0.1.10"
7373
datafusion = "45"
74-
dbsp = { path = "crates/dbsp", version = "0.46.0" }
74+
dbsp = { path = "crates/dbsp", version = "0.47.0" }
7575
dbsp_nexmark = { path = "crates/nexmark" }
7676
deadpool-postgres = "0.10.5"
7777
deltalake = { git = "https://github.com/delta-io/delta-rs.git", rev = "666179e" }
@@ -88,9 +88,9 @@ feldera-adapterlib = { path = "crates/adapterlib" }
8888
feldera-datagen = { path = "crates/datagen" }
8989
feldera-iceberg = { path = "crates/iceberg" }
9090
feldera-sqllib = { path = "crates/sqllib" }
91-
feldera-storage = { version = "0.46.0", path = "crates/storage" }
92-
feldera-types = { version = "0.46.0", path = "crates/feldera-types" }
93-
feldera-rest-api = { version = "0.46.0", path = "crates/rest-api" }
91+
feldera-storage = { version = "0.47.0", path = "crates/storage" }
92+
feldera-types = { version = "0.47.0", path = "crates/feldera-types" }
93+
feldera-rest-api = { version = "0.47.0", path = "crates/rest-api" }
9494
flate2 = "1.1.0"
9595
form_urlencoded = "1.2.0"
9696
futures = "0.3.30"

crates/dbsp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dbsp"
3-
version = "0.46.0"
3+
version = "0.47.0"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
description = "Continuous streaming analytics engine"

crates/fda/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "A CLI tool for interacting with Feldera"
44
homepage = "https://github.com/feldera/feldera"
55
repository = "https://github.com/feldera/feldera"
66
license = "MIT OR Apache-2.0"
7-
version = "0.46.0"
7+
version = "0.47.0"
88
edition = "2021"
99
include = ["openapi.json", "/src", "build.rs", "COPYRIGHT", "README.md"]
1010

crates/feldera-types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "feldera-types"
3-
version = "0.46.0"
3+
version = "0.47.0"
44
edition = "2021"
55
license = "MIT"
66
description = "Public API types for Feldera"

crates/pipeline-manager/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pipeline-manager"
3-
version = "0.46.0"
3+
version = "0.47.0"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
description = "Data pipeline manager for the Feldera continuous analytics platform."

crates/rest-api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "feldera-rest-api"
3-
version = "0.46.0"
3+
version = "0.47.0"
44
edition = "2021"
55
license = "MIT"
66
description = "REST API bindings for Feldera"

crates/sqllib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "feldera-sqllib"
3-
version = "0.46.0"
3+
version = "0.47.0"
44
edition = "2021"
55
license = "MIT"
66
description = "SQL runtime library for Feldera"

crates/storage/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "feldera-storage"
3-
version = "0.46.0"
3+
version = "0.47.0"
44
edition = "2021"
55
description = "Storage crate for feldera"
66
homepage = "https://github.com/feldera/feldera"

openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": {
77
"name": "MIT OR Apache-2.0"
88
},
9-
"version": "0.46.0"
9+
"version": "0.47.0"
1010
},
1111
"paths": {
1212
"/config/authentication": {

0 commit comments

Comments
 (0)