Enforce Cargo Version Bumped
Version updated for https://github.com/AoXDev/cargo-version-bumped-checker to version v1.0.0.
- This action is used across all versions by ? repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action verifies that the version in the Cargo.toml file of a Rust project has been incremented in pull requests, ensuring compliance with version bumping rules. It automates the process of checking version updates, reducing the risk of missed or incorrect version changes in Rust projects. This helps maintain proper version control and enforces consistency in project releases.
Release notes
First version for the cargo bumped checker
What’s Changed
- V 1.0 of the project by @RanVargas in https://github.com/AoXDev/cargo-version-bumped-checker/pull/1
New Contributors
- @RanVargas made their first contribution in https://github.com/AoXDev/cargo-version-bumped-checker/pull/1
Full Changelog: https://github.com/AoXDev/cargo-version-bumped-checker/commits/v1.0.0