From f33032b01e1834b7ac67aa06d11b2a9a06759c6d Mon Sep 17 00:00:00 2001 From: Andrew Lamb Date: Thu, 25 Jul 2024 16:28:28 -0400 Subject: [PATCH 1/3] Minor: Update release schedule in README --- README.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 784296447f89..0c29f709a9c3 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,13 @@ is described in the [contributing] guide. [contributing]: CONTRIBUTING.md#breaking-changes -For example: - +Anticipated 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/ From 5fdbe77368dee3d2c0cbbe918850162d5c05ab67 Mon Sep 17 00:00:00 2001 From: Andrew Lamb Date: Thu, 25 Jul 2024 16:29:53 -0400 Subject: [PATCH 2/3] prettier --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0c29f709a9c3..50dd32c8e376 100644 --- a/README.md +++ b/README.md @@ -64,12 +64,12 @@ is described in the [contributing] guide. [contributing]: CONTRIBUTING.md#breaking-changes Anticipated Schedule -| Approximate Date | Version | Notes | +| Approximate Date | Version | Notes | | ---------------- | -------- | --------------------------------------- | -| 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 | +| 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/ From 0d54d4cf67d67831c196fb0309988385e87d121a Mon Sep 17 00:00:00 2001 From: Andrew Lamb Date: Thu, 25 Jul 2024 16:30:32 -0400 Subject: [PATCH 3/3] fixp --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 50dd32c8e376..944e8562b0f9 100644 --- a/README.md +++ b/README.md @@ -63,13 +63,14 @@ is described in the [contributing] guide. [contributing]: CONTRIBUTING.md#breaking-changes -Anticipated Schedule -| Approximate Date | Version | Notes | +Planned Release Schedule + +| Approximate Date | Version | Notes | | ---------------- | -------- | --------------------------------------- | -| 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 | +| 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/