From f1424ea9ffb5cb85bfe76473c0b33cf70c463221 Mon Sep 17 00:00:00 2001 From: Andrew Lamb Date: Sat, 2 May 2026 07:01:02 -0400 Subject: [PATCH 1/2] Update release schedule --- README.md | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0735dae57cdc..e9592f8b3fe0 100644 --- a/README.md +++ b/README.md @@ -89,15 +89,25 @@ is described in the [contributing] guide. Planned Release Schedule -| Approximate Date | Version | Notes | -| ---------------- | ---------- | --------------------------------------- | -| 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 | +| 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 [ticket #5368]: https://github.com/apache/arrow-rs/issues/5368 [semantic versioning]: https://semver.org/ From 0a9fb1a0980a6226ec9d109e2241d57d6f00aa4a Mon Sep 17 00:00:00 2001 From: Andrew Lamb Date: Sat, 2 May 2026 07:08:02 -0400 Subject: [PATCH 2/2] prettier --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index e9592f8b3fe0..7ea4205d56f5 100644 --- a/README.md +++ b/README.md @@ -89,15 +89,15 @@ is described in the [contributing] guide. 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 | +| 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