tustvold commented on code in PR #5737: URL: https://github.com/apache/arrow-rs/pull/5737#discussion_r1595676959
########## README.md: ########## @@ -34,7 +34,33 @@ This repo contains the following main components: The current development version the API documentation in this repo can be found [here](https://arrow.apache.org/rust). -There are two related crates in a different repository +## Release Versioning and Schedule + +The Arrow Rust project releases approximately monthly and follows [Semantic +Versioning](https://semver.org/). + +Due to available maintainer and testing bandwidth, `arrow` crates (`arrow`, +`arrow-flight`, etc.) are released on the same schedule with the same versions +as the `parquet` and `parquet-derive` crates. + +Starting June 2024, we plan to release new major versions with potentially +breaking API changes once a quarter, and release incremental minor versions in Review Comment: ```suggestion breaking API changes at most once a quarter, and release incremental minor versions in ``` Let's be optimistic :laughing: -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
