Skip to content

Commit

Permalink
bump version to 0.3.0 (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
hozan23 authored Sep 23, 2024
1 parent 538eed9 commit d3d4f42
Showing 1 changed file with 2 additions and 2 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.2.2"
version = "0.3.0"
edition = "2021"
license = "Apache-2.0"
readme = "README.md"
Expand All @@ -21,7 +21,7 @@ arrow-json = "53.0.0"
async-stream = "0.3.5"
async-trait = "0.1.81"
datafusion = "42.0.0"
datafusion-federation = { path = "./datafusion-federation", version = "0.2.2" }
datafusion-federation = { path = "./datafusion-federation", version = "0.3.0" }
datafusion-substrait = "42.0.0"
futures = "0.3.30"
tokio = { version = "1.39.3", features = ["full"] }
Expand Down

0 comments on commit d3d4f42

Please sign in to comment.