This is an automated email from the ASF dual-hosted git repository.

mbrobbel 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 f621fe40da Update release schedule (#8432)
f621fe40da is described below

commit f621fe40dab50299269d388b22ed087113ae8c8b
Author: Matthijs Brobbel <[email protected]>
AuthorDate: Fri Sep 26 15:38:42 2025 +0200

    Update release schedule (#8432)
    
    # Which issue does this PR close?
    
    None.
    
    # Rationale for this change
    
    With #7836 complete we can update the release schedule.
    
    # What changes are included in this PR?
    
    Update the release schedule table in the README, removing released
    versions and adding three new releases.
    
    # Are these changes tested?
    
    No.
    
    # Are there any user-facing changes?
    
    No.
---
 README.md | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index eb437fecce..56921f3828 100644
--- a/README.md
+++ b/README.md
@@ -65,15 +65,15 @@ Planned Release Schedule
 
 | Approximate Date | Version    | Notes                                   |
 | ---------------- | ---------- | --------------------------------------- |
-| July 2025        | [`56.0.0`] | Major, potentially breaking API changes |
-| August 2025      | [`56.1.0`] | Minor, NO breaking API changes          |
-| September 2025   | [`56.2.0`] | Minor, NO breaking API changes          |
 | October 2025     | [`57.0.0`] | Major, potentially breaking API changes |
+| November 2025    | [`57.1.0`] | Minor, NO breaking API changes          |
+| December 2025    | [`57.2.0`] | Minor, NO breaking API changes          |
+| January 2026     | [`58.0.0`] | Major, potentially breaking API changes |
 
-[`56.0.0`]: https://github.com/apache/arrow-rs/issues/7395
-[`56.1.0`]: https://github.com/apache/arrow-rs/issues/7837
-[`56.2.0`]: https://github.com/apache/arrow-rs/issues/7836
 [`57.0.0`]: https://github.com/apache/arrow-rs/issues/7835
+[`57.1.0`]: https://github.com/apache/arrow-rs/milestone/3
+[`57.2.0`]: https://github.com/apache/arrow-rs/milestone/5
+[`58.0.0`]: https://github.com/apache/arrow-rs/milestone/6
 [ticket #5368]: https://github.com/apache/arrow-rs/issues/5368
 [semantic versioning]: https://semver.org/
 

Reply via email to