v0.6.2
What's Changed
This version fixes an issue in the zip command, related to how -d, --deflate was behaving.
In the previous version, using the -d, --deflate option lead to an archive created without compression enabled.
This release fixes that, changing the behavior to be as expected:
- if
-d, --deflateis omitted, no compression is applied - if
-d, --deflateis enabled, then compression will be applied with the specified compression level (6 by default)
Full Changelog: v0.6.1...v0.6.2