Skip to content

Releases: nao1215/gup

v0.28.1

16 Nov 12:31
3e2dd6d

Choose a tag to compare

Changelog

  • 0cdae9e Bump golang.org/x/sync from 0.17.0 to 0.18.0
  • 63da074 Merge pull request #205 from peczenyj/return-original-error-from-GetLatestVer-function
  • d506bf9 Merge pull request #207 from nao1215/dependabot/go_modules/golang.org/x/sync-0.18.0
  • c9f34e6 Merge pull request #210 from nao1215/nchika/add-contribuotrs
  • 3e2dd6d Merge pull request #211 from nao1215/nchika/fix-use-MANPAGE-env
  • dd490fa Update contributors
  • 7e6871c Update goutil.go
  • c98b4e1 Use MANPATH and fix linter
  • 044817e must return the inner error when cant check the latest versionf of a given module

v0.28.0

30 Oct 13:16
edbd94c

Choose a tag to compare

Changelog

  • d51c40c Bump actions/setup-go from 5 to 6
  • 6745795 Bump golang.org/x/sync from 0.16.0 to 0.17.0
  • ca8b42e Merge branch 'main' into dependabot/github_actions/actions/setup-go-6
  • c8520ce Merge branch 'main' into dependabot/go_modules/golang.org/x/sync-0.17.0
  • 1ec0fdc Merge branch 'main' into no_update_go_runtime
  • b25e08b Merge pull request #199 from nao1215/dependabot/github_actions/actions/setup-go-6
  • 1887bfe Merge pull request #200 from nao1215/dependabot/go_modules/golang.org/x/sync-0.17.0
  • 157b232 Merge pull request #201 from iTrooz/no_update_go_runtime
  • edbd94c Merge pull request #203 from iTrooz/tests
  • 46d9acc Move collecting latest version inside updater
  • 8ed9c0e add flags to tests
  • 508b96d add helper helper_runGup()
  • 8828982 apply coderabbit fix
  • d93c8b0 check online latest version before + always return an updateResult through the channel
  • b83000b defer pr close just after execution
  • 42d6b68 do not print results twice
  • 0d48993 do not re-init args in tests
  • 1b2eb76 feat: add --ignore-go-update flag to skip rebuilding when only Go runtime has changed
  • 9b0ebba fix
  • ea3ffa8 fix
  • 16ab167 fix
  • 19812e7 fix
  • 95c002e fix
  • ac003d5 fix doc
  • 74bb849 fix test
  • d7a3eb3 fix typo
  • cfa2a92 handle case when ModulePath is empty
  • 928003b make WriteConfFile() take a io.Writer() as argument
  • 9fce26c make tests not touch regular GOBIN
  • 4fe69b0 mark helper functions as helpers
  • 919cf69 remove IsUpToDate() helper because it was confusing
  • 96afe1d remove internal dependencies/code correctness tests
  • c25650f update tests
  • ae4ff1e use helper_CopyFile()
  • e09f257 use helper_runGup()
  • c288484 use helper_runGup()
  • f75502d use return pattern in updater to guarantee a value return
  • 3eb279b use t.Fatal() in helpers

v0.27.9

04 Sep 13:07
aef9572

Choose a tag to compare

Changelog

  • 3f841a3 Add README in es, fr, ko, ru, zh-cn
  • 34f3866 Bump actions/checkout from 4 to 5
  • 9e5e440 Bump github.com/gen2brain/beeep
  • bc98f70 Bump github.com/spf13/cobra from 1.9.1 to 1.10.1
  • a5e3b02 Bump golang.org/x/sync from 0.13.0 to 0.14.0
  • 0ad631b Bump golang.org/x/sync from 0.14.0 to 0.15.0
  • 9a09648 Bump golang.org/x/sync from 0.15.0 to 0.16.0
  • 55ecb02 Merge branch 'main' into nchika/update-contributor
  • 0c6aac0 Merge pull request #188 from nao1215/nchika/support-go1.24-later
  • 865d8a9 Merge pull request #189 from nao1215/dependabot/go_modules/golang.org/x/sync-0.14.0
  • d8a897c Merge pull request #190 from nao1215/dependabot/go_modules/golang.org/x/sync-0.15.0
  • 082d2d6 Merge pull request #192 from nao1215/dependabot/go_modules/github.com/gen2brain/beeep-0.11.1
  • 3f214fd Merge pull request #193 from nao1215/dependabot/go_modules/golang.org/x/sync-0.16.0
  • 3bdca28 Merge pull request #194 from nao1215/dependabot/github_actions/actions/checkout-5
  • 7000556 Merge pull request #195 from nao1215/nchika/add-doc
  • 5db968b Merge pull request #196 from nao1215/dependabot/go_modules/github.com/spf13/cobra-1.10.1
  • b88589f Merge pull request #197 from mcha-forks/main
  • aef9572 Merge pull request #198 from nao1215/nchika/update-contributor
  • fe00e0a Support go 1.24 or later
  • 8259398 Trim potential GOEXPERIMENT flag in buildinfo
  • 2c6da7d Update contributors

v0.27.8

12 Mar 12:07
f6fe270

Choose a tag to compare

Changelog

  • ce8c8f0 Bump golang.org/x/sync from 0.11.0 to 0.12.0
  • f6fe270 Merge pull request #185 from nao1215/dependabot/go_modules/golang.org/x/sync-0.12.0
  • f1a89e1 Unsupport go 1.22

v0.27.7

24 Feb 23:45
fa82f58

Choose a tag to compare

Changelog

  • 7393531 Add go 1.24
  • e8dc1d8 Bump github.com/google/go-cmp from 0.6.0 to 0.7.0
  • bf7f1e2 Bump github.com/spf13/cobra from 1.8.1 to 1.9.1
  • a6001bf Bump golang.org/x/sync from 0.10.0 to 0.11.0
  • eac6855 Fix broken unit test
  • a938d8f Merge pull request #181 from nao1215/dependabot/go_modules/golang.org/x/sync-0.11.0
  • 0832369 Merge pull request #182 from nao1215/nao1215-patch-4
  • 4cc481b Merge pull request #183 from nao1215/dependabot/go_modules/github.com/spf13/cobra-1.9.1
  • fa82f58 Merge pull request #184 from nao1215/dependabot/go_modules/github.com/google/go-cmp-0.7.0
  • ac99a59 Support go version 1.21 or later

v0.27.6

14 Jan 12:57
72e2135

Choose a tag to compare

Changelog

  • 7972028 Bump github.com/adrg/xdg from 0.5.0 to 0.5.1
  • bc6b835 Bump github.com/adrg/xdg from 0.5.1 to 0.5.2
  • d565af3 Bump github.com/adrg/xdg from 0.5.2 to 0.5.3
  • e078adc Bump github.com/fatih/color from 1.17.0 to 1.18.0
  • 876a487 Bump github.com/mattn/go-colorable from 0.1.13 to 0.1.14
  • baf4e50 Bump golang.org/x/sync from 0.8.0 to 0.9.0
  • e98273b Bump golang.org/x/sync from 0.9.0 to 0.10.0
  • 5066de6 Merge pull request #174 from nao1215/dependabot/go_modules/github.com/adrg/xdg-0.5.1
  • 0820a8a Merge pull request #175 from nao1215/dependabot/go_modules/github.com/fatih/color-1.18.0
  • c0b2d20 Merge pull request #176 from nao1215/dependabot/go_modules/github.com/adrg/xdg-0.5.2
  • fd5cbcf Merge pull request #177 from nao1215/dependabot/go_modules/github.com/adrg/xdg-0.5.3
  • 7ca6baa Merge pull request #178 from nao1215/dependabot/go_modules/golang.org/x/sync-0.9.0
  • fc7711e Merge pull request #179 from nao1215/dependabot/go_modules/golang.org/x/sync-0.10.0
  • 72e2135 Merge pull request #180 from nao1215/dependabot/go_modules/github.com/mattn/go-colorable-0.1.14

v0.27.5

10 Sep 11:24
afe73b1

Choose a tag to compare

Changelog

  • 6312b97 Add go 1.23
  • f741a8d Fix: check sub command print incorrect path.
  • d8ef07e Merge pull request #170 from nao1215/nchika/add-go1.23
  • afe73b1 Merge pull request #172 from nao1215/nchika/issue-171

v0.27.4

10 Aug 04:33
86c37d1

Choose a tag to compare

Changelog

  • 9bf5457 Bump github.com/adrg/xdg from 0.4.0 to 0.5.0
  • f447c47 Bump golang.org/x/sync from 0.7.0 to 0.8.0
  • 406d3a8 Feat: Integrate completions into Homebrew formula (Issue #168)
  • 355d386 Merge pull request #165 from nao1215/dependabot/go_modules/github.com/adrg/xdg-0.5.0
  • 70c6619 Merge pull request #166 from nao1215/nchika/update-readme
  • 9c33971 Merge pull request #167 from nao1215/dependabot/go_modules/golang.org/x/sync-0.8.0
  • 86c37d1 Merge pull request #169 from nao1215/nchika/shipping-completion
  • 7d658a0 Specify Language for Fenced Code Blocks
  • d927d6e Update README

v0.27.3

27 Jun 12:15
4f0f644

Choose a tag to compare

Changelog

  • 4f0f644 Merge pull request #164 from scop/fix/current-uptodate-version
  • 4c28986 Output current rather than latest version in up-to-date messages

v0.27.2

24 Jun 13:24
09a63e3

Choose a tag to compare

Changelog

  • 8f1e3ec Merge pull request #161 from scop/docs/readme-goversions
  • 09a63e3 Merge pull request #162 from nao1215/nchika/fix-issue160
  • 4808b77 Update README output wrt added Go versions
  • de44f49 Update: change version compare logic