This repository has been archived by the owner on Mar 6, 2020. It is now read-only.
gb version 0.4.1
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