Releases: bwplotka/bingo
Releases · bwplotka/bingo
v0.9.0
What's Changed
- Bump golang.org/x/sys from 0.0.0-20220330033206-e17cdc41300f to 0.1.0 by @dependabot in #136
- change to cobra, Improved code by @aimuz in #121
- docs: modified the cmd message by @aimuz in #137
- Adding a --timeout flag as 'go get' or building the code may take longer than 5 minutes by @Nikokolas3270 in #142
- Update
golang.org/x/mod
to fix go1.21 issue by @saswatamcode in #145
New Contributors
- @dependabot made their first contribution in #136
- @aimuz made their first contribution in #121
- @Nikokolas3270 made their first contribution in #142
- @saswatamcode made their first contribution in #145
Full Changelog: v0.8.0...v0.9.0
v0.8.0
What's Changed
- Relax parsing of go version by @martin-sucha in #132
- Use go env for all Go env vars for cases when users don't explicitly specify those. by @bwplotka in #133
- Fixed "Go1.18+ required" error on some modules due to missing go.sum by @bwplotka in #134
Full Changelog: v0.7.0...v0.8.0
v0.7.0
What's Changed
- Update installation for latest version of Go by @cyriltovena in #116
- Disable Go workspaces when running the bingo commands by @nacx in #117
- Fixed bug when using @latest tag, added clear error when you build tool that requires e.g. generics with the old Go version.
New Contributors
- @cyriltovena made their first contribution in #116
Full Changelog: v0.6.0...v0.7.0
v0.6.0
v0.5.2
What's Changed
- Fixed installing binaries from URLs that have upper case letter. by @bwplotka in #106
- Keep .sum files for modules by @martin-sucha in #101
- Fixed support for +incompatible modules. by @bwplotka in #107
New Contributors
- @martin-sucha made their first contribution in #101
Full Changelog: v0.5.1...v0.5.2
v0.5.1
v0.4.3
v0.4.2
v0.4.1
Added
- Added support for pinned build flags and envs via go.mod file. See https://github.com/bwplotka/bingo#advanced-techniques
Fixed
- Generated files have limited permission.
- Support for Go pre-released versions.
v0.4.0
- Added support for Go 1.16, following the changes it introduces in the module system: https://blog.golang.org/go116-module-changes
Special thanks to @nacx @codefromthecrypt who enormously helped with this. 💜