Skip to content

Tags: bobg/modver

Tags

v2.13.0

Toggle v2.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Potential fix for code scanning alert no. 1: Workflow does not contai…

…n permissions (#42)

* Potential fix for code scanning alert no. 1: Workflow does not contain permissions

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>

* Add write permission for pull-requests

---------

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>

v2.12.2

Toggle v2.12.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Consider a named type's package path (#38)

* Add a transitive-major test.

* Consider a type's package path in compareNamed.

* Don't require Go 1.25 in the transitive-major test when 1.23 will do just fine.

v2.12.1

Toggle v2.12.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix bug 36 (#37)

* Add a regression test for bug 36.

* Fix bug 36.

v2.12.0

Toggle v2.12.0's commit message
Version v2.12.0 added by Taggo

v2.11.0

Toggle v2.11.0's commit message
Version v2.11.0 added by Taggo

v2.10.2

Toggle v2.10.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Optimizations based on commutativity of identical (#27)

* Optimization based on commutativity of identical.

* Oops.

* "go mod tidy" after merge

v2.10.1

Toggle v2.10.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
When an interface has unexported methods, adding a method is minor, n…

…ot major (#29)

* Consider it a minor change, not major, when a method is added to an interface that includes any unexported methods.

* Adding methods to an interface that uses internal types is also minor.

* Oops, add missing testdata file.

v2.10.0

Toggle v2.10.0's commit message
Version v2.10.0 added by Taggo

v2.9.0

Toggle v2.9.0's commit message
Make ResultCode a TextMarshaler/TextUnmarshaler.

v2.8.1

Toggle v2.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Cache the result of comparer.identical for a massive speedup. (#26)