-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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 38.0.0 release candidate 1 #10407
Conversation
@@ -44,14 +44,14 @@ members = [ | |||
resolver = "2" | |||
|
|||
[workspace.package] | |||
authors = ["Apache Arrow <dev@arrow.apache.org>"] | |||
authors = ["Apache DataFusion <dev@datafusion.apache.org>"] |
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.
👍
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.
lgtm thanks @andygrove for the release
Thanks for the review @comphead |
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.
I am not sure if it was intended but this PR adds a 40MB binary file docs/docs.tgz
into the repo
* add new crates to script * update version and run cargo update * changelog * update cargo meta to reflect TLP status
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_version
script, although it looks like this script is not really needed now that most crate versions are in the rootCargo.toml
filecargo update
in root and indatafusion-cli
./dev/release/generate-changelog.py apache/datafusion 37.1.0 HEAD > dev/changelog/38.0.0.md
and 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?