Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 749 Bytes

Changelog.md

File metadata and controls

20 lines (14 loc) · 749 Bytes

0.2.1

  • Properly require zip 0.5.3 or higher (is_dir, is_file)
  • Workaround breaking change in zip 0.5.7 (mvdnes/zip-rs#193)

0.2.0

  • Introduced vfs_zip::ZipWriteOnly
  • Made zip features optional / re-exposed via crate features.
  • Breaking: This means that the following can no longer read compressed zip files:
    vfs = { version = "*", default-features = false }
    There should be no breaking changes with default-features = true.

0.1.0 (Initial Version)