Releases: catouc/semver-go
Releases · catouc/semver-go
v1.0.0
v0.4.0
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
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