File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ resolver = "2"
4
4
members = [" datafusion-federation" ]
5
5
6
6
[workspace .package ]
7
- version = " 0.3.6 "
7
+ version = " 0.3.7 "
8
8
edition = " 2021"
9
9
license = " Apache-2.0"
10
10
readme = " README.md"
@@ -15,6 +15,6 @@ arrow-json = "54"
15
15
async-stream = " 0.3.5"
16
16
async-trait = " 0.1.83"
17
17
datafusion = " 46.0.1"
18
- datafusion-federation = { path = " ./datafusion-federation" , version = " 0.3.6 " }
18
+ datafusion-federation = { path = " ./datafusion-federation" , version = " 0.3.7 " }
19
19
futures = " 0.3.31"
20
20
tokio = { 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
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.3.7] ( https://github.com/datafusion-contrib/datafusion-federation/compare/v0.3.6...v0.3.7 ) - 2025-04-03
11
+
12
+ ### Other
13
+
14
+ - update to datafusion 46 ([ #115 ] ( https://github.com/datafusion-contrib/datafusion-federation/pull/115 ) )
15
+
10
16
## [ 0.3.6] ( https://github.com/datafusion-contrib/datafusion-federation/compare/v0.3.5...v0.3.6 ) - 2025-02-19
11
17
12
18
### Other
You can’t perform that action at this time.
0 commit comments