Releases: craftypath/nextver
Releases · craftypath/nextver
v0.4.0
Changelog
- 7b32170 Update dependencies (#82)
- 1e114f0 Bump github.com/magefile/mage from 1.11.0 to 1.13.0 (#73)
- 5accf38 Update to Go 1.18 (#81)
- 7f33563 Bump golang.org/x/tools from 0.1.5 to 0.1.10 (#72)
- e4c483d Bump github.com/spf13/cobra from 1.2.1 to 1.4.0 (#70)
- 9e20f4b Bump github.com/goreleaser/goreleaser from 0.134.0 to 0.179.0 (#53)
- 29dd78c Bump github.com/golangci/golangci-lint from 1.37.1 to 1.42.1 (#49)
- b541d6b Cleanup version.go (#52)
- f48df37 Bump github.com/spf13/cobra from 1.1.3 to 1.2.1 (#40)
- 5dc034d Bump golang.org/x/tools from 0.1.0 to 0.1.5 (#43)
- e7d5b11 Fix CI (#51)
- 91a80bc Bump github.com/magefile/mage from 1.9.0 to 1.11.0 (#9)
v0.3.0
v0.2.0
v0.1.0
Changelog
2a8abbb Add Cobra and CI setup (#2)
f31a251 Fix module path and convert to tabs (#1)
421c534 More readme examples; support v prefix
bbc3242 Rename project to nextver
08ef9cd Executable MVP
13654b4 Comment components helper method
a99794a Return nil, not err
8e73b20 Test non-numbers; remove explicit negativity check
45a027c remove semver lib
b99757c remove comment
6e01fd5 refactor: rename var
efc56d0 refactor: extract splitVersionExtension method
5790584 refactor: extract findX method
733da33 refactoring: extract variables
43b07f2 refactoring: renaming vars
c163ccf Point out WIP status
e880a14 init; add increment logic
ffd85a2 Initial commit