Skip to content

Commit

Permalink
bump version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hozan23 committed Sep 6, 2024
1 parent ed418c5 commit 29e1776
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 222 deletions.
213 changes: 0 additions & 213 deletions .vscode/launch.json

This file was deleted.

4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ members = [
]

[workspace.package]
version = "0.1.6"
version = "0.2.1"
edition = "2021"
license = "Apache-2.0"
readme = "README.md"
repository = "https://github.com/datafusion-contrib/datafusion-federation"

[workspace.dependencies]
async-trait = "0.1.81"
Expand All @@ -20,3 +21,4 @@ futures = "0.3.30"
datafusion = "41.0.0"
datafusion-substrait = "41.0.0"
arrow-json = "52.2.0"
datafusion-federation = "0.2.1"
1 change: 1 addition & 0 deletions datafusion-federation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version.workspace = true
edition.workspace = true
license.workspace = true
readme.workspace = true
repository.workspace = true
description = "Datafusion federation."

[lib]
Expand Down
7 changes: 3 additions & 4 deletions datafusion-flight-sql-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name = "datafusion-flight-sql-server"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "Datafusion flight sql server."

[lib]
name = "datafusion_flight_sql_server"
Expand All @@ -11,10 +13,7 @@ path = "src/lib.rs"
[dependencies]
datafusion.workspace = true
datafusion-substrait.workspace = true
# XXX use the release verion on crates.io
datafusion-federation = { path = "../datafusion-federation", features = [
"sql",
] }
datafusion-federation = { workspace = true, features = ["sql"] }

futures = "0.3.30"
tonic = { version = "0.11.0", features = [
Expand Down
5 changes: 1 addition & 4 deletions datafusion-flight-sql-table-provider/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@ readme.workspace = true
[dependencies]
async-trait.workspace = true
datafusion.workspace = true
# XXX use the release verion on crates.io
datafusion-federation = { path = "../datafusion-federation", features = [
"sql",
] }
datafusion-federation = { workspace = true, features = ["sql"] }

futures = "0.3.30"
tonic = { version = "0.11.0", features = [
Expand Down

0 comments on commit 29e1776

Please sign in to comment.