gb v0.4.1 Release Notes

Release Date: 2016-05-09 // almost 8 years ago
  • The 0.4 series focuses on improvements to project dependency management.

    ๐Ÿ†• New features (since 0.4.0)

    ๐Ÿš€ None. 0.4.1 is a maintenance release to pick the bug fixes since the 0.4.0 release in January.

    ๐Ÿ› Bug fixes (since 0.4.0)

    • gb-vendor, fix a bug fetching recursive dependencies using the -branch option. Thanks @FiloSottile
    • ๐Ÿš€ gb now knows all the additional architectures added to the go tool in the 1.6 release. Fixes #580
    • ๐Ÿ›  Fix a bug where gb would sometimes consider the standard library stale if it was installed via brew or the golang.org installer. Fixes #570. Thanks to @Redundancy for spotting the mistake.
    • ๐Ÿ›  Fixes a bug where cross compilation was not reliable for ARM{5,6,7} targets, thanks @tianon