*** v0.1.21

- [FIX] Fix edeliver tags in build command

*** v0.1.20

- [FIX] Move user creation lower in dockerfile to adapt to another change

*** v0.1.19

- [FIX] Do not ignore docker keys in git, that is needed

*** v0.1.18

- [NEW] Remove unused lang variables in dockerfile
- [NEW] Avoid rebuilding image when keys change

*** v0.1.17

- [NEW] mix deli.version
- [NEW] mix deli.status
- [NEW] mix deli.shell
- [NEW] Enable customization of bin_path (default to `/opt/APP/bin/APP`)
- [NEW] mix deli.restart
- [NEW] Quiet(er) mode without verbose
- [NEW] Generate ssh keys transparently to interface local with release builder (docker)
- [NEW] Replace :os.cmd calls for System.cmd, now with better output management
- [NEW] Organize shell commands
- [NEW] `@moduledoc false` on internal modules

*** v0.1.16

- [NEW] Add subtasks deli.release and deli.deploy

*** v0.1.15

- [NEW] Binary default, systemctl as an option

*** v0.1.14

- [NEW] Show previous status before start/stop

*** v0.1.13

- [NEW] Convenience admin commands
- [NEW] Simpler and reusable check

*** v0.1.12

- [NEW] Simplify controller configuration
- [NEW] Set runtime false in deps
- [NEW] Pass on credo and dialyzer

*** v0.1.11

- [NEW] Allow configuring another controller other than systemctl
- [FIX] Ensure target prod and production are equivalent (edeliver<->mix lingo)

*** v0.1.10

- [NEW] Improve documentation

*** v0.1.9

- [FIX] Fix error with restart
- [NEW] Improve documentation

*** v0.1.8

- [NEW] Improve logging on restart / status

*** v0.1.7

- [FIX] Resolve warning and improve logging

*** v0.1.6

- [FIX] Resolve double pinging after deploy
- [NEW] Nicer restart info

*** v0.1.5

- [FIX] Remove absolute paths from gitignore

*** v0.1.4

- [FIX] Fix adding files to gitignore

*** v0.1.3

- [FIX] Fix generation of Dockerfile in case there isn't one in .deliver/Dockerfile

*** v0.1.2

- [NEW] Deployed app inferred from Mix project

*** v0.1.1

- [FIX] Application configuration
