alamb opened a new pull request #305: URL: https://github.com/apache/arrow-rs/pull/305
re https://github.com/apache/arrow-rs/issues/292. Supercedes https://github.com/apache/arrow-rs/pull/298 (the initial version) 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-take2/CHANGELOG.md)) 2. I made some manual edits to the changelog while reviewing them. I left the touchups in a separate commit 2. Update version to 4.1.0 # Notes I chose to call this 4.1.0 as there are some "featurettes" and new APIs such as https://github.com/apache/arrow-rs/issues/25 and #210. # Notes: * Process is documented in https://github.com/apache/arrow-rs/pull/299 (still a WIP) Verson was updated using (on a Mac): ``` sed -i '' -e 's/5.0.0-SNAPSHOT/4.1.0/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]
