Skip to content

Commit ede5a64

Browse files
authored
Minor: Update release schedule in README (#6125)
* Minor: Update release schedule in README * prettier * fixp
1 parent bf1a9ec commit ede5a64

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,24 +53,24 @@ Due to available maintainer and testing bandwidth, [`arrow`] crates ([`arrow`],
5353
[`arrow-flight`], etc.) are released on the same schedule with the same versions
5454
as the [`parquet`] and [`parquet-derive`] crates.
5555

56-
Starting June 2024, we plan to release new major versions with potentially
57-
breaking API changes at most once a quarter, and release incremental minor versions in
58-
the intervening months. See [this ticket] for more details.
56+
This crate releases every month. We release new major versions (with potentially
57+
breaking API changes) at most once a quarter, and release incremental minor
58+
versions in the intervening months. See [this ticket] for more details.
5959

6060
To keep our maintenance burden down, we do regularly scheduled releases (major
6161
and minor) from the `master` branch. How we handle PRs with breaking API changes
6262
is described in the [contributing] guide.
6363

6464
[contributing]: CONTRIBUTING.md#breaking-changes
6565

66-
For example:
66+
Planned Release Schedule
6767

6868
| Approximate Date | Version | Notes |
6969
| ---------------- | -------- | --------------------------------------- |
70-
| Jun 2024 | `52.0.0` | Major, potentially breaking API changes |
71-
| Jul 2024 | `52.1.0` | Minor, NO breaking API changes |
72-
| Aug 2024 | `52.2.0` | Minor, NO breaking API changes |
7370
| Sep 2024 | `53.0.0` | Major, potentially breaking API changes |
71+
| Oct 2024 | `53.1.0` | Minor, NO breaking API changes |
72+
| Nov 2024 | `53.2.0` | Minor, NO breaking API changes |
73+
| Dec 2024 | `54.0.0` | Major, potentially breaking API changes |
7474

7575
[this ticket]: https://github.com/apache/arrow-rs/issues/5368
7676
[semantic versioning]: https://semver.org/

0 commit comments

Comments
 (0)