Skip to content

v0.21.0

Compare
Choose a tag to compare
@github-actions github-actions released this 02 May 04:33
· 200 commits to main since this release
491522b

Topic

@hueuebi has added a new feature. Thank you.

  • Add "gup update --exclude" option: You can specify multiple binaries to be excluded from the update.

Changelog

  • 2618cc2 * added option to exclude binaries from gup update
  • 097e5f1 Add description for bug-report subcommand
  • 0767c39 Bump github.com/spf13/cobra from 1.6.1 to 1.7.0
  • d6e5155 Changed to standard output for packages not to be updated.
  • 6ad20f1 Delete reflect.DeepEqual() from unit test code
  • e2aea95 Fix typo
  • ade8c53 Merge pull request #84 from nao1215/dependabot/go_modules/github.com/spf13/cobra-1.7.0
  • 4d40b63 Merge pull request #86 from hueuebi/exclude
  • 491522b Merge pull request #87 from nao1215/refactor-exclude-option
  • 2b4779e Refactor exclude option