Skip to content

Commit d52fb9d

Browse files
chore: release (#104)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3b30127 commit d52fb9d

4 files changed

Lines changed: 15 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ members = [
88
]
99

1010
[workspace.package]
11-
version = "0.3.3"
11+
version = "0.3.4"
1212
edition = "2021"
1313
license = "Apache-2.0"
1414
readme = "README.md"
@@ -21,7 +21,7 @@ arrow-json = "53.3"
2121
async-stream = "0.3.5"
2222
async-trait = "0.1.83"
2323
datafusion = "44.0.0"
24-
datafusion-federation = { path = "./datafusion-federation", version = "0.3.3" }
24+
datafusion-federation = { path = "./datafusion-federation", version = "0.3.4" }
2525
datafusion-substrait = "44.0.0"
2626
futures = "0.3.31"
2727
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.3.4](https://github.com/datafusion-contrib/datafusion-federation/compare/datafusion-federation-v0.3.3...datafusion-federation-v0.3.4) - 2025-01-12
11+
12+
### Other
13+
14+
- upgrade datafusion to 44 (#103)
15+
1016
## [0.3.3](https://github.com/datafusion-contrib/datafusion-federation/compare/datafusion-federation-v0.3.2...datafusion-federation-v0.3.3) - 2025-01-04
1117

1218
### Fixed

datafusion-flight-sql-server/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.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
11+
12+
### Other
13+
14+
- upgrade datafusion to 44 (#103)
15+
1016
## [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
1117

1218
### Other

datafusion-flight-sql-server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "datafusion-flight-sql-server"
3-
version = "0.4.4"
3+
version = "0.4.5"
44
edition.workspace = true
55
license.workspace = true
66
repository.workspace = true

0 commit comments

Comments
 (0)