Releases: bobg/modver
Releases · bobg/modver
v2.13.0
What's Changed
- Bump github.com/go-git/go-git/v5 from 5.12.0 to 5.13.0 by @dependabot[bot] in #31
- Potential fix for code scanning alert no. 1: Workflow does not contain permissions by @bobg in #42
New Contributors
- @dependabot[bot] made their first contribution in #31
Full Changelog: v2.12.2...v2.13.0
v2.12.2
v2.12.1
v2.12.0 - Update for Go 1.25 and solve a type-alias bug
v2.11.0 - Parse newer Go syntax
Upgrade golang.org/x/tools for parsing newer Go syntax.
Full Changelog: v2.10.2...v2.11.0
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