Azure / azure-sdk-for-rust

This repository is for active development of the *unofficial* Azure SDK for Rust. This repository is *not* supported by the Azure SDK team.
MIT License
680 stars 232 forks source link

Use cargo-semver-checks to help verify semver compatibility between releases #1605

Open heaths opened 5 months ago

heaths commented 5 months ago

Because we've decided to ship new crate versions for each new service api-version instead of using features, we want to abide by semver rules as best as possible1. To that end, we should look at adding cargo-semver-checks or similar into our build and release pipelines.