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 af8564f076 Minor: Update release schedule on README (#7838)
af8564f076 is described below

commit af8564f076109e79329063fc6c8fbb672e35c32e
Author: Andrew Lamb <[email protected]>
AuthorDate: Tue Jul 1 07:16:43 2025 -0400

    Minor: Update release schedule on README (#7838)
    
    # Which issue does this PR close?
    
    
    - Part of https://github.com/apache/arrow-rs/issues/7392
    
    # Rationale for this change
    
    I made some new tickets and planning for the next releases, so I wanted
    to keep the README up to date as well
    
    # What changes are included in this PR?
    
    Update README
    # Are these changes tested?
    
    No just docs
    
    # Are there any user-facing changes?
    
    Documentation.
    
    ---------
    
    Co-authored-by: Matthijs Brobbel <[email protected]>
---
 README.md | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index 6140f9e902..cdaaf7fb80 100644
--- a/README.md
+++ b/README.md
@@ -65,15 +65,15 @@ Planned Release Schedule
 
 | Approximate Date | Version    | Notes                                   |
 | ---------------- | ---------- | --------------------------------------- |
-| Apr 2025         | [`55.0.0`] | Major, potentially breaking API changes |
-| May 2025         | [`55.1.0`] | Minor, NO breaking API changes          |
-| June 2025        | [`55.2.0`] | Minor, NO breaking API changes          |
 | 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 |
 
-[`55.0.0`]: https://github.com/apache/arrow-rs/issues/7084
-[`55.1.0`]: https://github.com/apache/arrow-rs/issues/7393
-[`55.2.0`]: https://github.com/apache/arrow-rs/issues/7394
 [`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
 [ticket #5368]: https://github.com/apache/arrow-rs/issues/5368
 [semantic versioning]: https://semver.org/
 

Reply via email to