@@ -53,24 +53,24 @@ Due to available maintainer and testing bandwidth, [`arrow`] crates ([`arrow`],
53
53
[ ` arrow-flight ` ] , etc.) are released on the same schedule with the same versions
54
54
as the [ ` parquet ` ] and [ ` parquet-derive ` ] crates.
55
55
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.
59
59
60
60
To keep our maintenance burden down, we do regularly scheduled releases (major
61
61
and minor) from the ` master ` branch. How we handle PRs with breaking API changes
62
62
is described in the [ contributing] guide.
63
63
64
64
[ contributing ] : CONTRIBUTING.md#breaking-changes
65
65
66
- For example:
66
+ Planned Release Schedule
67
67
68
68
| Approximate Date | Version | Notes |
69
69
| ---------------- | -------- | --------------------------------------- |
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 |
73
70
| 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 |
74
74
75
75
[ this ticket ] : https://github.com/apache/arrow-rs/issues/5368
76
76
[ semantic versioning ] : https://semver.org/
0 commit comments