This is an automated email from the ASF dual-hosted git repository.
Jefffrey pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
The following commit(s) were added to refs/heads/main by this push:
new f11d7c1ab8 docs: trim release schedule for released versions (#10280)
f11d7c1ab8 is described below
commit f11d7c1ab85b171800a90197914606c16b1e71e1
Author: Andrew Lamb <[email protected]>
AuthorDate: Thu Jul 9 09:09:43 2026 -0400
docs: trim release schedule for released versions (#10280)
# Which issue does this PR close?
N/A.
# Rationale for this change
Previously released versions no longer need to appear in the planned
release schedule. Removing them keeps the README focused on current and
upcoming releases.
# What changes are included in this PR?
This PR removes release schedule entries and link definitions for
releases before 59.1.0, leaving 59.1.0 and later in the schedule.
# Are these changes tested?
Testing is covered by CI.
# Are there any user-facing changes?
No user-facing API changes. This is a README-only documentation update.
---
README.md | 10 ----------
1 file changed, 10 deletions(-)
diff --git a/README.md b/README.md
index 7ea4205d56..f1242469b2 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