Skip to content

Releases: bwplotka/bingo

v0.9.0

28 Nov 08:26
v0.9.0
004ae2d
Compare
Choose a tag to compare

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

Full Changelog: v0.8.0...v0.9.0

v0.8.0

19 Feb 13:00
40659a2
Compare
Choose a tag to compare

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

12 Oct 08:01
5cbba83
Compare
Choose a tag to compare

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

Full Changelog: v0.6.0...v0.7.0

v0.6.0

23 Apr 17:11
a6558e6
Compare
Choose a tag to compare

What's Changed

  • Add support for short module names by @nacx in #108
  • Fixed support for building bingo on MacOS with Go 1.18 by @sylr in #109
  • Removed -u option since @latest can be used by @bwplotka in #111

New Contributors

  • @sylr made their first contribution in #109

Full Changelog: v0.5.2...v0.6.0

v0.5.2

21 Dec 18:00
597abdb
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.1...v0.5.2

v0.5.1

20 Jul 12:25
Compare
Choose a tag to compare

Added

  • bingo now auto-fetches exclude and retract directives from binaries' go modules that have those.

Changed

  • breaking: Use bingo:no_directive_fetch to disable auto fetch logic (previously: bingo:no_replace_fetch)

v0.4.3

14 May 17:55
d2f3162
Compare
Choose a tag to compare

Fixed

  • Fixed panic when calling wrong version with short module name.
  • Fixed issue when installing bingo from scratch using go get

v0.4.2

13 May 17:07
4aea4f1
Compare
Choose a tag to compare

v0.4.2 - 2021.05.13

Added

  • bingo list now lists pinned build flags and environment variables.
  • Added support for build flags and environment variables via go.mod file.

Fixed

  • Fixed formatting of bingo list

v0.4.1

13 May 15:15
1ee08ef
Compare
Choose a tag to compare

Added

Fixed

  • Generated files have limited permission.
  • Support for Go pre-released versions.

v0.4.0

24 Mar 10:59
7bdb282
Compare
Choose a tag to compare

Special thanks to @nacx @codefromthecrypt who enormously helped with this. 💜