Zoom v0.14.1 Release Notes

Release Date: 2015-12-31 // about 8 years ago
  • ๐Ÿš€ This release fixes a bug introduced by 0.14.0 which prevented vendoring from working correctly. Vendored dependencies are now committed to version control using submodules and are still managed by Glide. Zoom should now work correctly with git and the go get command.

    Git submodules can be confusing and come with their own set of commands. I initially tried to avoid using them. However, it is the only way I could figure out how to get the vendored dependencies to install and work as expected. Fortunately, you should not ever need to know anything about git submodules in order to use Zoom effectively. Even if you contribute, the glide get and glide install commands will be used to manage versions and you should not need to interact with submodules directly.

    ๐Ÿ”„ Changelog

    • ๐Ÿ›  Fix a bug which caused vendoring to not work correctly
    • Elaborate on vendoring in CONTRIBUTING.md