v0.8.0
Version support for external modules
Building with external modules now supports pulling a particular module version.
A new .module_versions
file needs to be created where the module and the version we want to pull.
Example:
.modules
contains:
# gpx is the module alias
[email protected]/rubiojr/gpx-risor
To pull a specific gpx
module version, add to .module_versions
:
# No need to add the alias here
github.com/rubiojr/[email protected]