This is an automated email from the ASF dual-hosted git repository. alamb pushed a commit to branch alamb-patch-1 in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
commit f6d6e03b4dac6fef4b6e498ba713ec5774b1a8aa Author: Andrew Lamb <[email protected]> AuthorDate: Fri Jan 31 13:56:37 2025 -0500 Update release schedule README.md We have made these releases so let's remove them from the webpage --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 7be578278b..43648c2d20 100644 --- a/README.md +++ b/README.md @@ -65,9 +65,6 @@ 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 | @@ -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`
