Bug fixes
- `UnicodeDecodeError: 'utf8' codec can't decode byte 0xc0 in position 4: invalid start byte` should no longer happen on Python 2, 76
- Executing squashing without specifying a name for the target image (`-t`) should not fail, 66
- Better hard links handling, 80
Enhancements
- Tar archive fetched from Docker daemon is no longer put into memory, instead it's fetched in chunks and written to the disk, 81
- Final tar archive is not created in memory, instead it's stored on the disk, 29