Skip to content

Releases: xabierlaiseca/gowrap

v0.2.3

19 May 10:25
Compare
Choose a tag to compare

Changelog

  • 439e0a4 Add renovate.json
  • e7f8310 Update module golang.org/x/mod to v0.3.0
  • 2ceceeb Update module stretchr/testify to v1.6.0
  • 6c42b3f fix remote file link generation
  • 124278d fix: support versions with 0 in patch
  • b71ace4 upgrade golangci-lint to 1.44.0
  • 268be04 upgrade to go 1.17

v0.2.2

31 May 00:33
Compare
Choose a tag to compare

Changelog

d71b058 improve command usage

v0.2.1

26 May 13:26
Compare
Choose a tag to compare

Changelog

dec54f9 fix executable location when executable from path envvar

v0.2.0

26 May 11:51
Compare
Choose a tag to compare

Changelog

51fb8f7 disabled self upgrades by default
002bbae replaced automatic upgrades functionallity with automatic installs
af9de69 use progress bar with support for many OS

v0.1.0

24 May 02:58
Compare
Choose a tag to compare

Changelog

918fc45 self upgrades implemented

v0.0.5

24 May 02:37
Compare
Choose a tag to compare

Changelog

2f2de63 command to configure self upgrades implemented
165bf22 fix gowrap version for released binary

v0.0.4

24 May 01:06
Compare
Choose a tag to compare

Changelog

3bba61b implement gowrap version
9075508 remove 'v' from printed gowrap version
5bfc40f update downloads progress bar only when progress increased
2192964 upgrade progress bar also on downloaded size change, not only progress line

v0.0.3

23 May 13:15
Compare
Choose a tag to compare

Changelog

0361e78 fix configuration store path
57fb5e9 implement version upgrades
94ecc5a refactor detect version code to be ready for version upgrades

v0.0.2

20 May 16:40
Compare
Choose a tag to compare

Changelog

09759a5 'gowrap project version' implemented
c01bb54 allow unpinning go version for project
1795671 fix conditional steps in versions file workflow
b91e5e7 fix version file generation workflow
10c70fe initial integration tests added
f1cba00 install version if not already installed
306ddc0 nightly workflow to publish new versions file if changed
3b78f3f support pinning go version

v0.0.1

16 May 21:53
Compare
Choose a tag to compare

Changelog

3b4e0ec Allow setting up default go version
39477c2 Github action for releases
7b1b3d9 Initial commit
9eba2de Initial readme
90ae364 Initial versions file
b6fd943 Merge pull request #1 from xabierlaiseca/githib-actions
53ef1d8 allow installing latest version given a prefix
412f1c0 during go cmd ask user to install version if not available
e1cf485 enable golangci-lint
c27bd6f enable golangci-lint
b56b997 enable travisci
29f7fa6 extract progress bar logic from install logic
b81b22e filter remote versions file archives for platform
a502089 fix ci
d5a5f63 fix: filter archives for the given platform instead of current
54bb9da formatting & vetting as part of the build
7342cea generate versions file
1465a35 github actions for master & PRs
8649991 go cmd wrapper refactored to allow wrapping gofmt as well
3b6e126 gowrap install command implemented
4c4bf12 implement 'list installed' command
40989a3 initial Makefile
b0e81b3 initial implementation of go command
380ba65 list available versions command implemented
a2b3693 lix list in README.md
d9e575d makefile target to build archives
586489c platformGoArchive created to represent go archives with platform related info
94701ef print available version list properly sorted using semver comparator
baf4cdf remote file related code merged into a single file
aa19716 remove commented code
713fec4 remove travis file
600f237 replaced argparse with kingpin
2512cbc support for local cache added
8b9b103 support for version completions
fb35f12 supporting SHA1 for older go versions
16660cb travis deploy on master
594f717 uninstall subcommand implemented
f416bbb use goreleaser instead of custom makefile target for releasing