Skip to content

Releases: bobg/modver

v2.13.0

07 Dec 17:13
3ffad9b

Choose a tag to compare

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

Full Changelog: v2.12.2...v2.13.0

v2.12.2

29 Nov 16:55
767bb70

Choose a tag to compare

What's Changed

  • Consider a named type's package path by @bobg in #38

Full Changelog: v2.12.1...v2.12.2

v2.12.1

11 Nov 17:02
62db963

Choose a tag to compare

What's Changed

Full Changelog: v2.12.0...v2.12.1

v2.12.0 - Update for Go 1.25 and solve a type-alias bug

14 Aug 13:54
f646e42

Choose a tag to compare

What's Changed

Full Changelog: v2.11.0...v2.12.0

v2.11.0 - Parse newer Go syntax

12 Feb 05:51

Choose a tag to compare

Upgrade golang.org/x/tools for parsing newer Go syntax.

Full Changelog: v2.10.2...v2.11.0

v2.10.2: 17% performance optimization

14 Nov 15:12
efb4521

Choose a tag to compare

What's Changed

  • Optimizations based on commutativity of identical by @bobg in #27

Full Changelog: v2.10.1...v2.10.2

v2.10.1: Sometimes interface changes are Minor, not Major

13 Sep 04:39
1c25916

Choose a tag to compare

What's Changed

  • When an interface has unexported methods, adding a method is minor, not major by @bobg in #29

Full Changelog: v2.10.0...v2.10.1

Upgrade dependencies for Go 1.23

14 Aug 05:48

Choose a tag to compare

Upgraded dependencies for Go 1.23.

Full Changelog: v2.9.0...v2.10.0

ResultCode is now a TextMarshaler

01 Jul 06:09

Choose a tag to compare

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

06 Jun 02:34
16a7d9c

Choose a tag to compare

What's Changed

  • Cache the result of comparer.identical for a massive speedup by @bobg in #26

Full Changelog: v2.8.0...v2.8.1