Skip to content

Releases: catouc/semver-go

v1.0.0

07 Nov 20:22
Compare
Choose a tag to compare

Changelog

v0.4.0

07 May 10:29
Compare
Choose a tag to compare

Changelog

  • 00849df Rename of GitHub user profile
  • cc1a2be Merge pull request #3 from Deichindianer/renovate/actions-checkout-3.x
  • f323812 Merge pull request #4 from Deichindianer/renovate/actions-setup-go-3.x
  • 0ba4b2e Update actions/setup-go action to v3
  • d49f533 Update actions/checkout action to v3
  • 1f4eb16 Merge pull request #1 from Deichindianer/renovate/configure
  • 60f98e3 Add renovate.json

v0.3.0

13 Nov 17:37
Compare
Choose a tag to compare

v0.3.0

This add an option to just display the current latest tag inside of the repository instead of the next patch|minor|major tag.

You can use it like:

# git repo with latest tag v1.0.0
$ semver current
v1.0.0

Also some chores on fixing the test cases for the library itself are included :)

Changelog

05839aa Add tests skipping invalid tags
ec3f250 Fix broken test cases for ParseKind
0c989ad Add a current kind to the CLI only
74ade51 Add goreleaser to build common releases

v0.2.0

12 Nov 19:55
Compare
Choose a tag to compare

Add new -i flag that allows to skip non SemVer tags

Useful for repositories that just have an old tag that is malformed.

v0.1.2

19 Mar 11:17
Compare
Choose a tag to compare
Fix go mod #3

v0.1.1

19 Mar 09:35
Compare
Choose a tag to compare
Fix go mod #2