From 55db1a6e4fa560dc7534b2d24c4c9be93ca1c1bd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 10:39:00 +0100 Subject: [PATCH] chore: release (#109) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- Cargo.toml | 4 ++-- datafusion-federation/CHANGELOG.md | 6 ++++++ datafusion-flight-sql-server/CHANGELOG.md | 6 ++++++ datafusion-flight-sql-server/Cargo.toml | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e1ff84c..4b2cf85 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ members = [ ] [workspace.package] -version = "0.3.4" +version = "0.3.5" edition = "2021" license = "Apache-2.0" readme = "README.md" @@ -21,7 +21,7 @@ arrow-json = "53.3" async-stream = "0.3.5" async-trait = "0.1.83" datafusion = "44.0.0" -datafusion-federation = { path = "./datafusion-federation", version = "0.3.4" } +datafusion-federation = { path = "./datafusion-federation", version = "0.3.5" } datafusion-substrait = "44.0.0" futures = "0.3.31" tokio = { version = "1.41", features = ["full"] } diff --git a/datafusion-federation/CHANGELOG.md b/datafusion-federation/CHANGELOG.md index f3a83aa..ba3d0a6 100644 --- a/datafusion-federation/CHANGELOG.md +++ b/datafusion-federation/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.5](https://github.com/datafusion-contrib/datafusion-federation/compare/datafusion-federation-v0.3.4...datafusion-federation-v0.3.5) - 2025-01-20 + +### Other + +- Use the Dialect and Unparser constructor when using the plan_to_sql function. (#105) + ## [0.3.4](https://github.com/datafusion-contrib/datafusion-federation/compare/datafusion-federation-v0.3.3...datafusion-federation-v0.3.4) - 2025-01-12 ### Other diff --git a/datafusion-flight-sql-server/CHANGELOG.md b/datafusion-flight-sql-server/CHANGELOG.md index 892f447..f83e363 100644 --- a/datafusion-flight-sql-server/CHANGELOG.md +++ b/datafusion-flight-sql-server/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.6](https://github.com/datafusion-contrib/datafusion-federation/compare/datafusion-flight-sql-server-v0.4.5...datafusion-flight-sql-server-v0.4.6) - 2025-01-20 + +### Other + +- updated the following local packages: datafusion-federation + ## [0.4.5](https://github.com/datafusion-contrib/datafusion-federation/compare/datafusion-flight-sql-server-v0.4.4...datafusion-flight-sql-server-v0.4.5) - 2025-01-12 ### Other diff --git a/datafusion-flight-sql-server/Cargo.toml b/datafusion-flight-sql-server/Cargo.toml index 0b4b1f1..913c17a 100644 --- a/datafusion-flight-sql-server/Cargo.toml +++ b/datafusion-flight-sql-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "datafusion-flight-sql-server" -version = "0.4.5" +version = "0.4.6" edition.workspace = true license.workspace = true repository.workspace = true