This is an automated email from the ASF dual-hosted git repository.
alamb 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 e6c9448815 Update release schedule on README (#9881)
e6c9448815 is described below
commit e6c94488158df687a57e134266323d432f4eba28
Author: Andrew Lamb <[email protected]>
AuthorDate: Tue May 5 13:19:26 2026 -0400
Update release schedule on README (#9881)
# Which issue does this PR close?
- relate to https://github.com/apache/arrow-rs/issues/7392
# Rationale for this change
I need to keep this stuff written down somewhere otherwise I lose track
of it
# What changes are included in this PR?
Update the release schedule of the README to reflect
- https://github.com/apache/arrow-rs/issues/7392
# Are these changes tested?
<!--
We typically require tests for all PRs in order to:
1. Prevent the code from being accidentally broken by subsequent changes
2. Serve as another way to document the expected behavior of the code
If tests are not included in your PR, please explain why (for example,
are they covered by existing tests)?
If this PR claims a performance improvement, please include evidence
such as benchmark results.
-->
# Are there any user-facing changes?
<!--
If there are user-facing changes then we may require documentation to be
updated before approving the PR.
If there are any breaking changes to public APIs, please call them out.
-->
---
README.md | 14 ++++++++++++--
1 file changed, 12 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 0735dae57c..7ea4205d56 100644
--- a/README.md
+++ b/README.md
@@ -91,13 +91,23 @@ 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 | [`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/