This is an automated email from the ASF dual-hosted git repository. alamb pushed a commit to branch alamb-patch-1 in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
commit 149c72ee0cb91f7120b073dceee01232c763078b Author: Andrew Lamb <[email protected]> AuthorDate: Mon Feb 23 07:52:59 2026 -0500 Update planned release schedule in README.md - part of https://github.com/apache/arrow-rs/issues/8466 Update release schedule based on historical reality --- README.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 27e0ca13c1..70f2f158e2 100644 --- a/README.md +++ b/README.md @@ -91,14 +91,10 @@ Planned Release Schedule | Approximate Date | Version | Notes | | ---------------- | ---------- | --------------------------------------- | -| December 2025 | [`57.2.0`] | Minor, NO breaking API changes | -| January 2026 | [`58.0.0`] | Major, potentially breaking API changes | -| February 2026 | [`58.1.0`] | Minor, NO breaking API changes | -| March 2026 | [`58.2.0`] | Minor, NO breaking API changes | -| April 2026 | [`59.0.0`] | Major, potentially breaking API changes | - -[`57.2.0`]: https://github.com/apache/arrow-rs/milestone/5 -[`58.0.0`]: https://github.com/apache/arrow-rs/milestone/6 +| March 2026 | [`58.1.0`] | Minor, NO breaking API changes | +| April 2026 | [`58.2.0`] | Minor, NO breaking API changes | +| May 2026 | [`59.0.0`] | Major, potentially breaking API changes | + [`58.1.0`]: https://github.com/apache/arrow-rs/issues/9108 [`58.2.0`]: https://github.com/apache/arrow-rs/issues/9109 [`59.0.0`]: https://github.com/apache/arrow-rs/issues/9110
