diff --git a/Cargo.toml b/Cargo.toml index a265941..e1ff84c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ members = [ ] [workspace.package] -version = "0.3.3" +version = "0.3.4" 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.3" } +datafusion-federation = { path = "./datafusion-federation", version = "0.3.4" } 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 b856791..f3a83aa 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.4](https://github.com/datafusion-contrib/datafusion-federation/compare/datafusion-federation-v0.3.3...datafusion-federation-v0.3.4) - 2025-01-12 + +### Other + +- upgrade datafusion to 44 (#103) + ## [0.3.3](https://github.com/datafusion-contrib/datafusion-federation/compare/datafusion-federation-v0.3.2...datafusion-federation-v0.3.3) - 2025-01-04 ### Fixed diff --git a/datafusion-flight-sql-server/CHANGELOG.md b/datafusion-flight-sql-server/CHANGELOG.md index eb4e5eb..892f447 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.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 + +- upgrade datafusion to 44 (#103) + ## [0.4.4](https://github.com/datafusion-contrib/datafusion-federation/compare/datafusion-flight-sql-server-v0.4.3...datafusion-flight-sql-server-v0.4.4) - 2025-01-04 ### Other diff --git a/datafusion-flight-sql-server/Cargo.toml b/datafusion-flight-sql-server/Cargo.toml index 6eec98c..0b4b1f1 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.4" +version = "0.4.5" edition.workspace = true license.workspace = true repository.workspace = true