0.2.0
Fix the way mimetype is stored in the EPUB file (insure it isn't deflated).
This caused some minor breaking changes:
- The
Zipimplementations now take care of adding themimetypefile, not
EpubBuilder. ZipLibrary::new()now returns aResult<ZipLibrary>.
Normally, replacing ZipLibrary::new() with e.g. ZipLibrary::new()? should be
enough to switch to this new version.