rules_erlang 3.10.0
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
.ezsupport by @pjk25 in #175
Full Changelog: 3.9.14...3.10.0