From fc7d3e98383140dc7bd53554762b9ed669028db5 Mon Sep 17 00:00:00 2001 From: Andrew Lamb Date: Fri, 3 Jul 2026 16:37:48 -0400 Subject: [PATCH] docs: trim release schedule --- README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/README.md b/README.md index 7ea4205d56f5..f1242469b2d2 100644 --- a/README.md +++ b/README.md @@ -91,20 +91,10 @@ Planned Release Schedule | Approximate Date | Version | Notes | | ---------------- | ---------- | --------------------------------------- | -| May 2026 | [`58.3.0`] | Minor, NO breaking API changes | -| May 2026 | [`57.3.1`] | Patch, NO breaking API changes | -| May 2026 | [`56.2.1`] | Patch, NO breaking API changes | -| May 2026 | [`59.0.0`] | Major, potentially breaking API changes | | June 2026 | [`59.1.0`] | Minor, NO breaking API changes | | July 2026 | [`59.2.0`] | Minor, NO breaking API changes | | August 2026 | [`60.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 -[`58.3.0`]: https://github.com/apache/arrow-rs/issues/9859 -[`57.3.1`]: https://github.com/apache/arrow-rs/issues/9858 -[`56.2.1`]: https://github.com/apache/arrow-rs/issues/9857 -[`59.0.0`]: https://github.com/apache/arrow-rs/issues/9110 [`59.1.0`]: https://github.com/apache/arrow-rs/issues/9878 [`59.2.0`]: https://github.com/apache/arrow-rs/issues/9879 [`60.0.0`]: https://github.com/apache/arrow-rs/issues/9880