Skip to content

Tags: catouc/semver-go

Tags

v1.0.0

Toggle v1.0.0's commit message
Release v1.0.0

No new features, just touch ups on the docs

v0.4.0

Toggle v0.4.0's commit message
Rename of GitHub user profile

v0.3.0

Toggle v0.3.0's commit message
Add tests skipping invalid tags

This is a fallout of 6a753e3 and fixes
the broken tests from that commit. In addition this commit adds a small
number of test cases that check if the behaviour is actually working.

Probably this can be extended if necessary but the logic is not hugely
complicated right now.

v0.2.0

Toggle v0.2.0's commit message
Add new `-i` flag that allows to skip non SemVer tags

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

Not sure I like the way the shell docs work now but I have not thought
of a decent way to document flags and args at the same time using just
standard lib ways. The usage prints okay, but the `--help` is still
broken only printing the flag information.

v0.1.3

Toggle v0.1.3's commit message
Fix go mod #3

v0.1.2

Toggle v0.1.2's commit message
Fix go mod #3

v0.1.1

Toggle v0.1.1's commit message
Fix go mod #2

v0.1.0

Toggle v0.1.0's commit message
Add Credits