Skip to content

rules_erlang 3.10.0

Choose a tag to compare

@HoloRin HoloRin released this 05 May 09:52
· 317 commits to main since this release

This release updates the names of the toolchains in the generated @erlang_config repo, so if your project has defined and registered named erlangs, such as "@erlang_config//24:toolchain" & "@erlang_config//24:toolchain2", they are now generated as "@erlang_config//24:toolchain_major" & "@erlang_config//24:toolchain_major_minor". The new names are easier to make sense of when debugging toolchain resolution.

What's Changed

  • A few bits of cleanup by @pjk25 in #190
  • Correct the contents of 'registered' key in .app files by @pjk25 in #192
  • Drop the source_archive macro by @pjk25 in #164
  • .ez support by @pjk25 in #175

Full Changelog: 3.9.14...3.10.0