Skip to content

v1.4.0

Compare
Choose a tag to compare
@mobileoverlord mobileoverlord released this 25 Jan 17:32

Version v1.4.0 adds support for Elixir 1.8's new built-in support for mix
targets. In Nerves, the MIX_TARGET was used to select the appropriate set of
dependencies for a device. This lets you switch between building for different
boards and your host. Elixir 1.8 pulls this support into mix and lets you
annotate dependencies for which targets they should be used.

See the project update guide to learn how to migrate your project.

  • Enhancements
    • New projects are generated for Elixir 1.8.
    • Support non-RSA SSH keys in new projects.