gb v0.3.4 Release Notes

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

    ๐Ÿ”„ Changes

    gb has a new command, env, which is an alias for info. Thanks @gosuri

    ๐Ÿ–จ gb env $VAR, now prints the name of the variable without additional adornment. Fixes #476. Thanks @gosuri

    % gb env GB_PROJECT_DIR
    /home/dfc/devel/demo6
    

    ๐Ÿ› Bug fixes

    • โœ… A bug in gb test where arguments, -foo=bar were mangled when being passed to the test binary has been fixed. Fixes #349
    • ๐Ÿ“ฆ A bug where -v if present at the end of a gb test list of arguments would be parsed as a package name, not a flag, has been fixed. Fixes #473