This is an automated email from the ASF dual-hosted git repository.
tustvold 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 a6648fe53b Update release schedule README.md (#7053)
a6648fe53b is described below
commit a6648fe53bc386eb8f491e68dca3d2bdee6c549c
Author: Andrew Lamb <[email protected]>
AuthorDate: Sat Feb 1 07:40:55 2025 -0500
Update release schedule README.md (#7053)
* Update release schedule README.md
We have made these releases so let's remove them from the webpage
* prettier
---
README.md | 14 +++++---------
1 file changed, 5 insertions(+), 9 deletions(-)
diff --git a/README.md b/README.md
index 7be578278b..5254afadce 100644
--- a/README.md
+++ b/README.md
@@ -63,14 +63,11 @@ is described in the [contributing] guide.
Planned Release Schedule
-| Approximate Date | Version | Notes |
-| ---------------- | -------- | ------------------------------------------ |
-| Nov 2024 | `53.3.0` | Minor, NO breaking API changes |
-| Dec 2024 | `54.0.0` | Major, potentially breaking API changes |
-| Jan 2025 | `53.4.0` | Minor, NO breaking API changes (`53` line) |
-| 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 |
+| 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 |
[ticket #5368]: https://github.com/apache/arrow-rs/issues/5368
[semantic versioning]: https://semver.org/
@@ -87,7 +84,6 @@ Planned Release Schedule
| Approximate Date | Version | Notes |
| ---------------- | -------- | --------------------------------------- |
-| Dec 2024 | `0.11.2` | Minor, NO breaking API changes |
| Feb 2025 | `0.12.0` | Major, potentially breaking API changes |
### Guidelines for `panic` vs `Result`