Skip to content

Releases: rubiojr/rsx

v0.8.8

01 Jun 18:29
Compare
Choose a tag to compare

Changelog

v0.8.7

01 Jun 18:15
Compare
Choose a tag to compare

Changelog

  • 4672560 Support nested lib/ directories

v0.8.6

20 May 14:02
Compare
Choose a tag to compare

Changelog

v0.8.5

18 May 16:47
Compare
Choose a tag to compare

Changelog

v0.8.4

18 May 12:59
Compare
Choose a tag to compare

Changelog

v0.8.3

18 May 09:52
Compare
Choose a tag to compare

Changelog

v0.8.2

15 May 19:37
Compare
Choose a tag to compare

Changelog

v0.8.1

15 May 19:22
Compare
Choose a tag to compare

Changelog

v0.8.0

04 May 23:50
Compare
Choose a tag to compare

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

v0.7.1

29 Apr 20:42
Compare
Choose a tag to compare

Changelog