This project follows Semantic Versioning.
v0.1.3
- Changes
- Add
:log_pathfor logging stdout (not stdin). Logging happens outside of Erlang via thescript(1)command. This is useful for capturing output from long build tasks.
- Add
v0.1.2
- Changes
- Add
shell/2to avoid needing to manually callsh -cwhen updating calls toSystem.shell/2.
- Add
v0.1.1
- Changes
- Improve
:user_drvdetection to prevent running on group leaders that don't use:user_drvand therefore won't work
- Improve
v0.1.0
Initial release