Skip to content
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 44.0.0 release: version and changelog #13882

Merged
merged 6 commits into from
Dec 25, 2024

Conversation

alamb
Copy link
Contributor

@alamb alamb commented Dec 22, 2024

Which issue does this PR close?

Rationale for this change

Prepare for the release

What changes are included in this PR?

  1. Update version
  2. add changelog

Are these changes tested?

Are there any user-facing changes?

@github-actions github-actions bot added the development-process Related to development process of DataFusion label Dec 22, 2024
Copy link
Contributor

@phillipleblanc phillipleblanc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@github-actions github-actions bot added the documentation Improvements or additions to documentation label Dec 23, 2024
Copy link
Contributor

@goldmedal goldmedal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@@ -44,6 +44,7 @@ def generate_changelog(repo, repo_name, tag1, tag2, version):
unique_pulls = []
all_pulls = []
for commit in comparison.commits:
print(".", file=sys.stderr, end=" ", flush=True) # progress indicator
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, sorry I should have commented on that one -- it is due to the fact I am on a relatively slow internet connection and it wasn't clear to me the script was actually doing anything without this feedback.

@alamb
Copy link
Contributor Author

alamb commented Dec 24, 2024

Thank you @phillipleblanc and @goldmedal

I am waiting on the final ticket required for the 44 release:

Then I will update the changelog with the most recent commits, merge this PR and make a release candidate

@alamb alamb mentioned this pull request Dec 24, 2024
10 tasks
@alamb alamb merged commit 073a3b1 into apache:main Dec 25, 2024
27 checks passed
@alamb alamb deleted the alamb/prepare_for_44 branch December 25, 2024 11:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
development-process Related to development process of DataFusion documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants