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 468e992a81 Minor: Update release schedule (#7086)
468e992a81 is described below
commit 468e992a81a5b8bf493b6073df66745f3dd6a4f0
Author: Andrew Lamb <[email protected]>
AuthorDate: Fri Feb 7 05:59:45 2025 -0500
Minor: Update release schedule (#7086)
* Minor: Update release schedule
* realism
---
README.md | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 5254afadce..89b808785a 100644
--- a/README.md
+++ b/README.md
@@ -65,9 +65,9 @@ Planned Release Schedule
| Approximate Date | Version | Notes |
| ---------------- | -------- | --------------------------------------- |
-| Jan 2025 | `54.1.0` | Minor, NO breaking API changes |
-| Feb 2025 | `54.2.0` | Minor, NO breaking API changes |
-| Mar 2025 | `55.0.0` | Major, potentially breaking API changes |
+| Mar 2025 | `54.2.0` | Minor, NO breaking API changes |
+| Apr 2025 | `55.0.0` | Major, potentially breaking API changes |
+| May 2025 | `55.1.0` | Minor, NO breaking API changes |
[ticket #5368]: https://github.com/apache/arrow-rs/issues/5368
[semantic versioning]: https://semver.org/
@@ -85,6 +85,7 @@ Planned Release Schedule
| Approximate Date | Version | Notes |
| ---------------- | -------- | --------------------------------------- |
| Feb 2025 | `0.12.0` | Major, potentially breaking API changes |
+| Apr 2025 | `0.12.1` | Minor, NO breaking API changes |
### Guidelines for `panic` vs `Result`