Skip to content

Commit 9de6b18

Browse files
chore: release v0.4.0 (#119)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a67b931 commit 9de6b18

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ resolver = "2"
44
members = ["datafusion-federation"]
55

66
[workspace.package]
7-
version = "0.3.7"
7+
version = "0.4.0"
88
edition = "2021"
99
license = "Apache-2.0"
1010
readme = "README.md"
@@ -15,6 +15,6 @@ arrow-json = "54"
1515
async-stream = "0.3.5"
1616
async-trait = "0.1.83"
1717
datafusion = "46.0.1"
18-
datafusion-federation = { path = "./datafusion-federation", version = "0.3.7" }
18+
datafusion-federation = { path = "./datafusion-federation", version = "0.4.0" }
1919
futures = "0.3.31"
2020
tokio = { version = "1.41", features = ["full"] }

datafusion-federation/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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.0](https://github.com/datafusion-contrib/datafusion-federation/compare/v0.3.7...v0.4.0) - 2025-04-14
11+
12+
### Other
13+
14+
- Refactor the SQL implementation to include the `SQLTable` trait and add support for parameterized views. ([#117](https://github.com/datafusion-contrib/datafusion-federation/pull/117))
15+
1016
## [0.3.7](https://github.com/datafusion-contrib/datafusion-federation/compare/v0.3.6...v0.3.7) - 2025-04-03
1117

1218
### Other

0 commit comments

Comments
 (0)