v0.7.0
Changes
- The
create_from_directory_with_options
method now supports per-item file options. This introduces a breaking change: instead of passingFileOptions
directly, anFn
must be specified that will be called for each file and must return aFileOptions
value. - Upgraded the zip dependency to version 0.6.6.