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 37d501365b docs: Update release schedule in README.md (#9111)
37d501365b is described below

commit 37d501365bfcb9b6b85e22754e1d2a6fff20514f
Author: Andrew Lamb <[email protected]>
AuthorDate: Thu Jan 8 11:09:15 2026 -0500

    docs: Update release schedule in README.md (#9111)
    
    # Which issue does this PR close?
    
    - releated to https://github.com/apache/arrow-rs/issues/7392
    
    # Rationale for this change
    
    Keep website updated with our planned release schedule
    
    # What changes are included in this PR?
    
    Update README with planned release schedule
    
    # Are these changes tested?
    N/A
    # Are there any user-facing changes?
    
    Update readme
---
 README.md | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 56921f3828..7726fc4c07 100644
--- a/README.md
+++ b/README.md
@@ -65,15 +65,17 @@ Planned Release Schedule
 
 | Approximate Date | Version    | Notes                                   |
 | ---------------- | ---------- | --------------------------------------- |
-| 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 |
+| February 2026    | [`58.1.0`] | Minor, NO breaking API changes          |
+| March 2026       | [`58.2.0`] | Minor, NO breaking API changes          |
+| April 2026       | [`59.0.0`] | Major, potentially breaking API changes |
 
-[`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
+[`58.1.0`]: https://github.com/apache/arrow-rs/issues/9108
+[`58.2.0`]: https://github.com/apache/arrow-rs/issues/9109
+[`59.0.0`]: https://github.com/apache/arrow-rs/issues/9110
 [ticket #5368]: https://github.com/apache/arrow-rs/issues/5368
 [semantic versioning]: https://semver.org/
 

Reply via email to