diff --git a/Cargo.toml b/Cargo.toml index d0a1b43..c8c835e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ resolver = "2" members = ["datafusion-federation"] [workspace.package] -version = "0.4.14" +version = "0.5.0" edition = "2021" license = "Apache-2.0" readme = "README.md" @@ -15,6 +15,6 @@ arrow-json = "57.2" async-stream = "0.3" async-trait = "0.1" datafusion = "52.0" -datafusion-federation = { path = "./datafusion-federation", version = "0.4.14" } +datafusion-federation = { path = "./datafusion-federation", version = "0.5.0" } futures = "0.3" tokio = { version = "1.41", features = ["full"] } diff --git a/datafusion-federation/CHANGELOG.md b/datafusion-federation/CHANGELOG.md index 0967366..6209941 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.5.0](https://github.com/datafusion-contrib/datafusion-federation/compare/v0.4.14...v0.5.0) - 2026-02-26 + +### Other + +- Pushdown physical filters to `SQLExecutor` ([#160](https://github.com/datafusion-contrib/datafusion-federation/pull/160)) + ## [0.4.14](https://github.com/datafusion-contrib/datafusion-federation/compare/v0.4.13...v0.4.14) - 2026-01-14 ### Other