Skip to content

v0.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 04 May 23:50
· 20 commits to main since this release

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]

Changelog

  • 6b75b17 Changes
  • 9595065 Fix building with external modules with hyphen in the name
  • 083dcfb bump version to v0.8.0
  • a8b8639 semver build tag needs to be around for now