diff --git a/Cargo.toml b/Cargo.toml index f4f8e77..c96321a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ resolver = "2" members = ["datafusion-federation"] [workspace.package] -version = "0.5.2" +version = "0.5.3" edition = "2021" license = "Apache-2.0" readme = "README.md" @@ -15,6 +15,6 @@ arrow-json = "58.0" async-stream = "0.3" async-trait = "0.1" datafusion = "53" -datafusion-federation = { path = "./datafusion-federation", version = "0.5.2" } +datafusion-federation = { path = "./datafusion-federation", version = "0.5.3" } futures = "0.3" tokio = { version = "1.41", features = ["full"] } diff --git a/datafusion-federation/CHANGELOG.md b/datafusion-federation/CHANGELOG.md index d4499a6..4667778 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.3](https://github.com/datafusion-contrib/datafusion-federation/compare/v0.5.2...v0.5.3) - 2026-03-30 + +### Other + +- Fix `Explain Analyze` ([#168](https://github.com/datafusion-contrib/datafusion-federation/pull/168)) + ## [0.5.2](https://github.com/datafusion-contrib/datafusion-federation/compare/v0.5.1...v0.5.2) - 2026-03-24 ### Other