alamb opened a new pull request #298: URL: https://github.com/apache/arrow-rs/pull/298
re https://github.com/apache/arrow-rs/issues/292 NOTE: This PR targets the `active_release` branch, NOT `master` # Rationale: Begin preparing for the first bi weekly release # Changes: 1. Add changelog (see [rendered version](https://github.com/alamb/arrow-rs/blob/alamb/release_version/CHANGELOG.md)) 2. Update version to 4.0.1 # Notes: * Changelog was made using the code from https://github.com/apache/arrow-rs/pull/289 (thanks @jorge!) via `CHANGELOG_GITHUB_TOKEN=$ARROW_GITHUB_API_TOKEN ./change_log.sh` Verson was updated using (on a Mac): ``` sed -i '' -e 's/5.0.0-SNAPSHOT/4.0.1/g' `find . -name 'Cargo.toml'` ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
