-
Notifications
You must be signed in to change notification settings - Fork 17
Add API stability checks to the library #140
Copy link
Copy link
Open
Labels
acceptance: go aheadReviewed, implementation can startReviewed, implementation can startarea: libraryImprovements to the library API qualityImprovements to the library API qualitytype: featureNew feature or requestNew feature or requesttype: reliabilityTests, code qualityTests, code quality
Milestone
Description
Activity
Metadata
Metadata
Assignees
Labels
acceptance: go aheadReviewed, implementation can startReviewed, implementation can startarea: libraryImprovements to the library API qualityImprovements to the library API qualitytype: featureNew feature or requestNew feature or requesttype: reliabilityTests, code qualityTests, code quality
Type
Projects
- StatusShow more project fieldsTodo
Is your feature request related to a problem? Please describe.
Breaking changes should be controlled. While we're not at v1.0.0 yet, we try to record all breaking changes in releases. Tracking those is rather hard without automated tools.
Describe the solution you'd like
Investigate and use the available tools. The ones I'm aware of are:
cargo-semver-checkscargo-public-apiFirst investigate and choose one to be callable locally with
just. Adding it to CI is another PR.