v0.8.0
-
Enhancements
- Removed legacy compiler key from the package struct. The
nerves_package
compiler will be chosen by default. - Simplified the distillery relase config by making Nerves a distillery plugin
- Skip archival phase when making firmware.
- Allow the progress bar to be disabled for use in CI systems by setting
NERVES_LOG_DISABLE_PROGRESS_BAR=1
- Deprecate nerves.exs. The contents of nerves.exs files have been moved into mix.exs under the project key
nerves_package
- Removed legacy compiler key from the package struct. The
-
Bug Fixes
- raise an exception when the artifact build encounters an error