A Go tool that compares two versions of a Go module and determines the required semantic version change (major, minor, or patch).
Modver is a tool that helps Go developers adhere to semantic versioning rules by analyzing changes between two versions of a Go module. It determines whether modifications require a major, minor, or patch-level version increment, ensuring version numbers accurately reflect API compatibility.
Modver focuses on providing reliable, minimal version change recommendations to help developers maintain semver compliance without over-engineering the analysis.
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.