-
Notifications
You must be signed in to change notification settings - Fork 831
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prepare for 53.2.0 release #6603
Merged
+173
−238
Merged
Changes from 1 commit
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
dca11a5
Update version to 53.2.0
alamb b10a681
update changelog
alamb 70da2d2
Update CHANGELOG
alamb 71f7399
updates
alamb 6543544
Merge remote-tracking branch 'apache/master' into alamb/prepare_53.2.0
alamb ef5e7a7
update
alamb 6383fe3
Merge remote-tracking branch 'apache/master' into alamb/prepare_53.2.0
alamb 0d27151
updates
alamb 12dee79
Updates
alamb File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 |
---|---|---|
|
@@ -62,7 +62,7 @@ exclude = [ | |
] | ||
|
||
[workspace.package] | ||
version = "53.1.0" | ||
version = "53.2.0" | ||
homepage = "https://github.com/apache/arrow-rs" | ||
repository = "https://github.com/apache/arrow-rs" | ||
authors = ["Apache Arrow <[email protected]>"] | ||
|
@@ -77,20 +77,20 @@ edition = "2021" | |
rust-version = "1.62" | ||
|
||
[workspace.dependencies] | ||
arrow = { version = "53.1.0", path = "./arrow", default-features = false } | ||
arrow-arith = { version = "53.1.0", path = "./arrow-arith" } | ||
arrow-array = { version = "53.1.0", path = "./arrow-array" } | ||
arrow-buffer = { version = "53.1.0", path = "./arrow-buffer" } | ||
arrow-cast = { version = "53.1.0", path = "./arrow-cast" } | ||
arrow-csv = { version = "53.1.0", path = "./arrow-csv" } | ||
arrow-data = { version = "53.1.0", path = "./arrow-data" } | ||
arrow-ipc = { version = "53.1.0", path = "./arrow-ipc" } | ||
arrow-json = { version = "53.1.0", path = "./arrow-json" } | ||
arrow-ord = { version = "53.1.0", path = "./arrow-ord" } | ||
arrow-row = { version = "53.1.0", path = "./arrow-row" } | ||
arrow-schema = { version = "53.1.0", path = "./arrow-schema" } | ||
arrow-select = { version = "53.1.0", path = "./arrow-select" } | ||
arrow-string = { version = "53.1.0", path = "./arrow-string" } | ||
parquet = { version = "53.1.0", path = "./parquet", default-features = false } | ||
arrow = { version = "53.2.0", path = "./arrow", default-features = false } | ||
arrow-arith = { version = "53.2.0", path = "./arrow-arith" } | ||
arrow-array = { version = "53.2.0", path = "./arrow-array" } | ||
arrow-buffer = { version = "53.2.0", path = "./arrow-buffer" } | ||
arrow-cast = { version = "53.2.0", path = "./arrow-cast" } | ||
arrow-csv = { version = "53.2.0", path = "./arrow-csv" } | ||
arrow-data = { version = "53.2.0", path = "./arrow-data" } | ||
arrow-ipc = { version = "53.2.0", path = "./arrow-ipc" } | ||
arrow-json = { version = "53.2.0", path = "./arrow-json" } | ||
arrow-ord = { version = "53.2.0", path = "./arrow-ord" } | ||
arrow-row = { version = "53.2.0", path = "./arrow-row" } | ||
arrow-schema = { version = "53.2.0", path = "./arrow-schema" } | ||
arrow-select = { version = "53.2.0", path = "./arrow-select" } | ||
arrow-string = { version = "53.2.0", path = "./arrow-string" } | ||
parquet = { version = "53.2.0", path = "./parquet", default-features = false } | ||
|
||
chrono = { version = "0.4.34", default-features = false, features = ["clock"] } |
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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added new release in schedule for clarity