- Fix: ``DjangoContainer`` and ``DjangoService``: fail if migration plan could not be retrieved - Fix: ``DjangoContainer`` and ``DjangoService``: fixed `migrate-back` command
- Fix: ``DockerTasks.delete_dangling_images()`` now works on Windows (`94`_) - Fix: restart policy cannot be applied to temporary containers (`95`_) - Enhancement: ``DockerTasks.deploy()``: added option `prepare=True` which can be used to skip 'prepare' step during deploy
- Change: deprecated ``PullDockerTasks`` and ``BuildDockerTasks``, ``DockerTasks`` and ``ImageBuildDockerTasks`` can be used instead, accordingly - Change: run/local: show detailed information about error occurred - Enhancement: added additional examples `hello_world`_ and `build_image`_