Skip to content

Commit

Permalink
chore: release (#109)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jan 20, 2025
1 parent 9150eda commit 55db1a6
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ members = [
]

[workspace.package]
version = "0.3.4"
version = "0.3.5"
edition = "2021"
license = "Apache-2.0"
readme = "README.md"
Expand All @@ -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.4" }
datafusion-federation = { path = "./datafusion-federation", version = "0.3.5" }
datafusion-substrait = "44.0.0"
futures = "0.3.31"
tokio = { version = "1.41", features = ["full"] }
Expand Down
6 changes: 6 additions & 0 deletions datafusion-federation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.5](https://github.com/datafusion-contrib/datafusion-federation/compare/datafusion-federation-v0.3.4...datafusion-federation-v0.3.5) - 2025-01-20

### Other

- Use the Dialect and Unparser constructor when using the plan_to_sql function. (#105)

## [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
Expand Down
6 changes: 6 additions & 0 deletions datafusion-flight-sql-server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.6](https://github.com/datafusion-contrib/datafusion-federation/compare/datafusion-flight-sql-server-v0.4.5...datafusion-flight-sql-server-v0.4.6) - 2025-01-20

### Other

- updated the following local packages: datafusion-federation

## [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
Expand Down
2 changes: 1 addition & 1 deletion datafusion-flight-sql-server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "datafusion-flight-sql-server"
version = "0.4.5"
version = "0.4.6"
edition.workspace = true
license.workspace = true
repository.workspace = true
Expand Down

0 comments on commit 55db1a6

Please sign in to comment.