Releases: bobg/modver
v2.10.2: 17% performance optimization
What's Changed
Full Changelog: v2.10.1...v2.10.2
v2.10.1: Sometimes interface changes are Minor, not Major
What's Changed
Full Changelog: v2.10.0...v2.10.1
Upgrade dependencies for Go 1.23
Upgraded dependencies for Go 1.23.
Full Changelog: v2.9.0...v2.10.0
ResultCode is now a TextMarshaler
This release adds MarshalText
and UnmarshalText
methods to ResultCode
, allowing that type to be represented in e.g. JSON-encoded data.
Full Changelog: v2.8.1...v2.9.0
Cache the result of the identical-types check for a massive speedup
What's Changed
Full Changelog: v2.8.0...v2.8.1
Fix PRs made from forks
This release fixes a bug in Modver that prevented analysis of some GitHub pull requests from working correctly: specifically, those made from "forks," where the repository of the "base" revision is different from that of the "head."
Correspondingly it adds the CompareGit2
and CompareGit2With
API calls.
Full Changelog: v2.7.0...v2.8.0
Update to Go 1.22
This release updates some dependencies and switches to Go 1.22.
Go-version bump is minor
What's Changed
- Bumping the minimum Go version is now a minor change, not a major one
Fix method-name-collisions bug
This release fixes #18
New GitHub Action
This release makes the bobg/modver
repo usable as a continuous-integration step for pull requests in GitHub Actions.