From c35f5981ed3eb16174c7b49afbe700eb809a761b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Jul 2025 13:58:23 +0000 Subject: [PATCH] chore: release v0.4.5 --- Cargo.toml | 4 ++-- datafusion-federation/CHANGELOG.md | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e59caa0..c169a9f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ resolver = "2" members = ["datafusion-federation"] [workspace.package] -version = "0.4.4" +version = "0.4.5" edition = "2021" license = "Apache-2.0" readme = "README.md" @@ -15,6 +15,6 @@ arrow-json = "55" async-stream = "0.3.5" async-trait = "0.1.83" datafusion = "48.0.0" -datafusion-federation = { path = "./datafusion-federation", version = "0.4.4" } +datafusion-federation = { path = "./datafusion-federation", version = "0.4.5" } futures = "0.3.31" tokio = { version = "1.41", features = ["full"] } diff --git a/datafusion-federation/CHANGELOG.md b/datafusion-federation/CHANGELOG.md index f65682a..5ecdef5 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.4.5](https://github.com/datafusion-contrib/datafusion-federation/compare/v0.4.4...v0.4.5) - 2025-07-09 + +### Other + +- Add ability to set statistics in the SQLExecutor ([#134](https://github.com/datafusion-contrib/datafusion-federation/pull/134)) + ## [0.4.4](https://github.com/datafusion-contrib/datafusion-federation/compare/v0.4.3...v0.4.4) - 2025-06-30 ### Other