gb v0.3.2 Release Notes

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

    ๐Ÿ”„ Changes

    ๐ŸŒฒ gb's logging has been simplified.

    ๐Ÿšš -q mode has been removed, if you want gb to be silent, pipe stdout to /dev/null.

    ๐Ÿšš -v mode has been removed, to enabled debug output, set the DEBUG environment variable. This variable takes a regex, but that isn't implement yet, so . will do.

    ๐Ÿ— env DEBUG=. gb {build,test}

    ๐Ÿง For linux builds, gb now uses travis-ci, which gives us coverage for Go 1.4, Go 1.5 and Go tip. Big thanks to @tianon for making this happen.

    ๐Ÿšฆ gb now works harder to cleanup temporary files when interrupted by a signal or C. Fixes #436.

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  gb-vendor now shows the available commands if none are given. Thanks @kalafut. Fixes #446
    • gb now always outputs the package name of a failing package before the package. Fixes #440