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

Add changelog and bump version for proposed 4.2.0 release #375

Merged
merged 2 commits into from
May 29, 2021

Conversation

alamb
Copy link
Contributor

@alamb alamb commented May 27, 2021

Which issue does this PR close?

re #292

I would like to propose a 4.2.0 Arrow release. Here is the changelog:

Please let me know if there is some other change that is critical to get into this release. I have been picking the changes to cherry-pick via my own judgement and I may have missed one

NOTE: This PR targets the active_release branch, NOT master

Rationale:

We have releases!

Changes:

  1. Add changelog
  2. Update version string to 4.2.0

Notes

I couldn't figure out how to get ./dev/release/update_change_log.sh do the right thing with the active_release branch -- it tried to include all tickets that had been closed (not just those closed between 4.1 and 4.2).

Thus I made a manual changelog via

git rev-list --pretty=oneline 4.1.0..apache/active_release

If anyone has any thoughts or time to make the changelog better I would appreciate some help

Notes:

Verson was updated using (on a Mac) using this command:

sed -i '' -e 's/4.1.0/4.2.0/g' `find . -name 'Cargo.toml'` parquet/README.md

@@ -4,82 +4,17 @@ For older versions, see [apache/arrow/CHANGELOG.md](https://github.com/apache/ar

## [4.1.0](https://github.com/apache/arrow-rs/tree/4.1.0) (2021-05-17)
Copy link
Contributor

Choose a reason for hiding this comment

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

This seems to be on the wrong place?

Copy link
Contributor Author

@alamb alamb May 29, 2021

Choose a reason for hiding this comment

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

Good catch @Dandandan -- I missed this comment. Will update
#379

@alamb alamb merged commit f03591f into apache:active_release May 29, 2021
@alamb alamb deleted the alamb/4.2.0_release_notes branch May 29, 2021 10:02
@alamb alamb mentioned this pull request May 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants