Prepare 38.0.0 release candidate 1#10407
Merged
andygrove merged 4 commits intoapache:mainfrom May 7, 2024
Merged
Conversation
comphead
reviewed
May 7, 2024
|
|
||
| [workspace.package] | ||
| authors = ["Apache Arrow <dev@arrow.apache.org>"] | ||
| authors = ["Apache DataFusion <dev@datafusion.apache.org>"] |
comphead
approved these changes
May 7, 2024
Contributor
comphead
left a comment
There was a problem hiding this comment.
lgtm thanks @andygrove for the release
Member
Author
|
Thanks for the review @comphead |
alamb
reviewed
May 7, 2024
Contributor
alamb
left a comment
There was a problem hiding this comment.
I am not sure if it was intended but this PR adds a 40MB binary file docs/docs.tgz into the repo
findepi
pushed a commit
to findepi/datafusion
that referenced
this pull request
Jul 16, 2024
* add new crates to script * update version and run cargo update * changelog * update cargo meta to reflect TLP status
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Which issue does this PR close?
Part of #10217
Rationale for this change
It is time for a new release. Here is the CHANGELOG.
What changes are included in this PR?
update_datafusion_versionscript, although it looks like this script is not really needed now that most crate versions are in the rootCargo.tomlfilecargo updatein root and indatafusion-cli./dev/release/generate-changelog.py apache/datafusion 37.1.0 HEAD > dev/changelog/38.0.0.mdand did the manual fix up of the generated file and added link to main changelog fileAre these changes tested?
Cargo test passes locally.
Are there any user-facing changes?