kevinjqliu commented on code in PR #765: URL: https://github.com/apache/arrow-rs-object-store/pull/765#discussion_r3432032289
########## dev/release/update_change_log.sh: ########## @@ -29,7 +29,7 @@ set -e -SINCE_TAG="v0.13.1" +SINCE_TAG="v0.13.2" FUTURE_RELEASE="v0.13.2" Review Comment: ```suggestion FUTURE_RELEASE="v0.14.0" ``` the last bump PR incremented both variables, should we do the same? https://github.com/apache/arrow-rs-object-store/commit/7a65b75b0d26fd8a282999462cb7030fb85fdcc3#diff-304627343b552ff3de0a18c507432108eb51051b62150f264ac2833f76c42a9dR32-R33 ########## CHANGELOG.md: ########## @@ -19,75 +19,94 @@ # Changelog -## [v0.13.2](https://github.com/apache/arrow-rs-object-store/tree/v0.13.2) (2026-03-19) +## [v0.13.2](https://github.com/apache/arrow-rs-object-store/tree/v0.13.2) (2026-06-17) -[Full Changelog](https://github.com/apache/arrow-rs-object-store/compare/v0.12.5...v0.13.2) +[Full Changelog](https://github.com/apache/arrow-rs-object-store/compare/v0.13.2...v0.13.2) Review Comment: i think we might need to rerun the script, this is saying from v0.13.2 to v0.13.2 -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
