gb v0.3.3 Release Notes

Release Date: 2015-12-02 // over 8 years ago
  • โœ… The 0.3 series focuses on gb test

    ๐Ÿ”„ Changes

    • โœ… gb should no longer leave temporary work directories in /tmp, and we have tests to prove it.
    • ๐Ÿ— gb build should now build packages with .syso files. Thanks @nbjahan
    • ๐Ÿ›  gb info now reports the $GOROOT of the Go version that built gb. This is mainly useful for debugging gb installation problems. Fixes #393
    • ๐Ÿ›  gb help info now works. Fixes #394
    • โœ… Passing -v to gb test now enables -test.v and will print the output from the test binary. Fixes #438

    ๐Ÿ› Bug fixes

    • โœ… gb test now accepts the -tags flag. Fixes #423
    • ๐Ÿ Numerous issues incorrectly quoting file paths under Windows have been fixed.