Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

since 54.1.0 slipped to Feb, I think realistically I won't be making another one until March so made that reflected on this page

| 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/
Expand All @@ -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`

Expand Down
Loading