* Fixes `docker.image.prune()` hanging * Fixed some parsing of the task json
0.21.0
* Added --env-file compose option to ClientConfig (197) * Added some more instructions in the docs: run compose functions (200) * Make source optional when getting the json inspection of containers. (199)
0.20.2
Fixed an issue where the typed file was not included.
0.20.1
* Added py.types (thanks mdantonio !)
0.20.0
* Add filters argument for docker.image.list() (182) , thanks haruishi43 ! * When a list is accepted as argument, empty list means do nothing (180) * Parallel push and pull (184)