gb v0.3.5 Release Notes

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

    ๐Ÿ†• New feature

    ๐Ÿ— The race detector is now supported by gb build and gb test. Fixes #96

    This feature is experimental, please report issues.

    ๐Ÿš€ The race detector requires that your Go installation include a race enabled runtime and stdlib. All binary releases from the Go website have this support. If you built Go from source, you may need to compile race support separately.

    ๐Ÿ‘€ Please see this faq entry for more information.

    ๐Ÿ’… gb vendor fetch now accepts packages at the root of a vanity domain. Thanks @nullstyle

    ๐Ÿ› Bug fixes

    • gb now avoids inspecting the parent of a gb project directory to see if it is a symlink. This fixes several issues where project detection would be fooled by symlinks. Fixes #422, #481.