Releases: bwplotka/bingo
Releases · bwplotka/bingo
v0.10.0
What's Changed
- .gitignore: add .envrc to the ignore list by @aimuz in #149
- Remove unsupported variables.go reference from README by @aimuz in #148
- make Package.Path() return platform independent package full path by @yimoucao in #151
- ignore *tmp.sum files for generated gitignore file by @yimoucao in #152
- Fix: workaround for using tools with no go directive in their go.mod by @drornir in #156
- Fixed bingo get fails on Windows by @melvinmurvie in #155
- chore: upgrade all depdendencies by @dronenb in #163
- fix(variables): always build for GOHOSTOS by @dronenb in #161
- feat: cut v0.10 by @dronenb in #164
New Contributors
- @yimoucao made their first contribution in #151
- @drornir made their first contribution in #156
- @melvinmurvie made their first contribution in #155
- @dronenb made their first contribution in #163
Full Changelog: v0.9.0...v0.10.0
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/modto 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.