0.8.0 2023-09-16
* Workflow & testing changes
e577b71df6aac98d5864183a57874dffd7829c90
89ad7fe3591fe6af589d6985abb853229bf1724e
c6ff3234bbd2d36fafe23beed54809b5288cf8e4
3d2f30682fa322fe7bebd2df44576d405b770447
d15b98071336e688845af59e626d5d520ff4e13f
21538f139fc8c731e1a0bfbf9031a9034a8c875b
bd45a39a3c7c7fe8c4daca1b7726fb78d5498405
e5153ca1d61762b853e278a772f9b3a820c3e19f
0.7.0 2023-06-12
* Added algorithmic name option
24653dd9d13fbf477e7f97ae1f82efb2519e1c78
3c05de153db8101440d9be6dce782be6102fba57
0.6.0 2023-06-02
* Lots of fixes & documentation updates.
* No longer alpha quality
0.5.0 2021-03-19
* Don't use >>.grep if .grep is enough
https://github.com/pmqs/Archive-SimpleZip/pull/4
0.4.0 2020-06-27
* Add support for adding lists and sequences of files in one go.
* first stab at a CALL-ME
0.2.0 2019-03-10
* Drop support for in-memory zip files.
IO::Blob doesn't allow seekable writing to a blob at the moment.
Can reinstate when IO::Blob gets seek support.
* Drop use of "pack" - use buf8, write-uint16/32 instead
* Add version data to the .pm6 files
* Include 2018.12 in .travis.yml
* More tests
* Set Language encoding bit when filename/comment not 7-bit ascii
0.1.2 2019-03-02
* Checkpoint release to CPAN
* Dropped "use v6"