File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ resolver = "2"
44members = [" datafusion-federation" ]
55
66[workspace .package ]
7- version = " 0.4.9 "
7+ version = " 0.4.10 "
88edition = " 2021"
99license = " Apache-2.0"
1010readme = " README.md"
@@ -15,6 +15,6 @@ arrow-json = "56"
1515async-stream = " 0.3.5"
1616async-trait = " 0.1.83"
1717datafusion = " 50.0.0"
18- datafusion-federation = { path = " ./datafusion-federation" , version = " 0.4.9 " }
18+ datafusion-federation = { path = " ./datafusion-federation" , version = " 0.4.10 " }
1919futures = " 0.3.31"
2020tokio = { version = " 1.41" , features = [" full" ] }
Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.4.10] ( https://github.com/datafusion-contrib/datafusion-federation/compare/v0.4.9...v0.4.10 ) - 2025-09-18
11+
12+ ### Other
13+
14+ - Upgrade datafusion to version 50 ([ #149 ] ( https://github.com/datafusion-contrib/datafusion-federation/pull/149 ) )
15+
1016## [ 0.4.9] ( https://github.com/datafusion-contrib/datafusion-federation/compare/v0.4.8...v0.4.9 ) - 2025-08-19
1117
1218### Other
You can’t perform that action at this time.
0 commit comments