Releases: xabierlaiseca/gowrap
v0.2.3
v0.2.2
v0.2.1
v0.2.0
v0.1.0
v0.0.5
v0.0.4
v0.0.3
v0.0.2
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
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