-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Backport: Update version and Changelog for
21.1.0
(#5766)
* Update Changelog for 21.1.0 * Update version to `22.1.0` * Update workspace package and version update script
- Loading branch information
Showing
15 changed files
with
63 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,7 +35,7 @@ members = [ | |
] | ||
|
||
[workspace.package] | ||
version = "21.0.0" | ||
version = "21.1.0" | ||
edition = "2021" | ||
readme = "README.md" | ||
authors = ["Apache Arrow <[email protected]>"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
[package] | ||
name = "datafusion-benchmarks" | ||
description = "DataFusion Benchmarks" | ||
version = "21.0.0" | ||
version = "21.1.0" | ||
edition = "2021" | ||
authors = ["Apache Arrow <[email protected]>"] | ||
homepage = "https://github.com/apache/arrow-datafusion" | ||
|
@@ -34,7 +34,7 @@ snmalloc = ["snmalloc-rs"] | |
|
||
[dependencies] | ||
arrow = { workspace = true } | ||
datafusion = { path = "../datafusion/core", version = "21.0.0", features = ["scheduler"] } | ||
datafusion = { path = "../datafusion/core", version = "21.1.0", features = ["scheduler"] } | ||
env_logger = "0.10" | ||
futures = "0.3" | ||
mimalloc = { version = "0.1", optional = true, default-features = false } | ||
|
@@ -48,4 +48,4 @@ test-utils = { path = "../test-utils/", version = "0.1.0" } | |
tokio = { version = "^1.0", features = ["macros", "rt", "rt-multi-thread", "parking_lot"] } | ||
|
||
[dev-dependencies] | ||
datafusion-proto = { path = "../datafusion/proto", version = "21.0.0" } | ||
datafusion-proto = { path = "../datafusion/proto", version = "21.1.0" } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
[package] | ||
name = "datafusion-cli" | ||
description = "Command Line Client for DataFusion query engine." | ||
version = "21.0.0" | ||
version = "21.1.0" | ||
authors = ["Apache Arrow <[email protected]>"] | ||
edition = "2021" | ||
keywords = ["arrow", "datafusion", "query", "sql"] | ||
|
@@ -32,7 +32,7 @@ readme = "README.md" | |
arrow = "34.0.0" | ||
async-trait = "0.1.41" | ||
clap = { version = "3", features = ["derive", "cargo"] } | ||
datafusion = { path = "../datafusion/core", version = "21.0.0" } | ||
datafusion = { path = "../datafusion/core", version = "21.1.0" } | ||
dirs = "4.0.0" | ||
env_logger = "0.9" | ||
mimalloc = { version = "0.1", default-features = false } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters