Nerves v0.7.1
- Bug Fixes
- The
nerves.system.shell
Mix task should not domake clean
by default.
- The
- Enhancements
- The "Customizing Your Own Nerves System" documentation has been updated to
include themix nerves.system.shell
functionality, including a blurb to
recommend running a clean build any time it's not working as expected.
- The "Customizing Your Own Nerves System" documentation has been updated to
Nerves.Bootstrap v0.6.1
- Enhancements
- Improved error messages in
nerves.system.shell
Mix task. In particular,
it now reminds you to setMIX_TARGET
.
- Improved error messages in
- Bug Fixes
- The
nerves.env
Mix task (used internally by Nerves) now checks that your
deps have been fetched before trying to load. - Fix extraneous whitespace in
mix.exs
generated bymix nerves.new
- The