Skip to content

Releases: craftypath/nextver

v0.4.0

17 May 12:28
7b32170
Compare
Choose a tag to compare

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

01 Mar 13:17
263ae37
Compare
Choose a tag to compare

Changelog

263ae37 Bump github.com/golangci/golangci-lint from 1.27.0 to 1.37.1 (#7)
3b12e9d Prevent decrease of higher position version while auto incrementing (#5)
72e7919 Update GitHub workflow (#6)
9529528 cleanup

v0.2.0

03 Jun 15:33
Compare
Choose a tag to compare

Changelog

49058b5 add quotes to ? example
16f4abe document '?' in readme
7486648 cleanup
b0ca7ae add question mark in patterns and fix major bump (#3)
85cef41 fix typo in readme

v0.1.0

15 May 10:40
2a8abbb
Compare
Choose a tag to compare

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