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

alamb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git


The following commit(s) were added to refs/heads/master by this push:
     new ede5a64628 Minor: Update release schedule in README (#6125)
ede5a64628 is described below

commit ede5a64628e0a0df3d900cc0df17649f6bed9af0
Author: Andrew Lamb <[email protected]>
AuthorDate: Thu Aug 1 17:01:36 2024 -0400

    Minor: Update release schedule in README (#6125)
    
    * Minor: Update release schedule in README
    
    * prettier
    
    * fixp
---
 README.md | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/README.md b/README.md
index 784296447f..944e8562b0 100644
--- a/README.md
+++ b/README.md
@@ -53,9 +53,9 @@ Due to available maintainer and testing bandwidth, [`arrow`] 
crates ([`arrow`],
 [`arrow-flight`], etc.) are released on the same schedule with the same 
versions
 as the [`parquet`] and [`parquet-derive`] crates.
 
-Starting June 2024, we plan to release new major versions with potentially
-breaking API changes at most once a quarter, and release incremental minor 
versions in
-the intervening months. See [this ticket] for more details.
+This crate releases every month. We release new major versions (with 
potentially
+breaking API changes) at most once a quarter, and release incremental minor
+versions in the intervening months. See [this ticket] for more details.
 
 To keep our maintenance burden down, we do regularly scheduled releases (major
 and minor) from the `master` branch. How we handle PRs with breaking API 
changes
@@ -63,14 +63,14 @@ is described in the [contributing] guide.
 
 [contributing]: CONTRIBUTING.md#breaking-changes
 
-For example:
+Planned Release Schedule
 
 | Approximate Date | Version  | Notes                                   |
 | ---------------- | -------- | --------------------------------------- |
-| Jun 2024         | `52.0.0` | Major, potentially breaking API changes |
-| Jul 2024         | `52.1.0` | Minor, NO breaking API changes          |
-| Aug 2024         | `52.2.0` | Minor, NO breaking API changes          |
 | Sep 2024         | `53.0.0` | Major, potentially breaking API changes |
+| Oct 2024         | `53.1.0` | Minor, NO breaking API changes          |
+| Nov 2024         | `53.2.0` | Minor, NO breaking API changes          |
+| Dec 2024         | `54.0.0` | Major, potentially breaking API changes |
 
 [this ticket]: https://github.com/apache/arrow-rs/issues/5368
 [semantic versioning]: https://semver.org/

Reply via email to