Skip to content

Commit

Permalink
0.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pmqs committed Mar 31, 2019
1 parent 7c4f196 commit 50ac4e0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@


0.2.3 10 March 2019
0.2.0 10 March 2019

* Drop support for in-memory zip files.
IO::Blob doesn't allow seekable writing to a blob at the moment.
Expand Down
2 changes: 1 addition & 1 deletion lib/Archive/SimpleZip.pm6
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

unit module Archive::SimpleZip:ver<0.2.3>:auth<Paul Marquess (pmqs@cpan.org)>;
unit module Archive::SimpleZip:ver<0.2.0>:auth<Paul Marquess (pmqs@cpan.org)>;

need Compress::Zlib;
need Compress::Bzip2;
Expand Down
2 changes: 1 addition & 1 deletion lib/Archive/SimpleZip/Headers.pm6
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

unit module Archive::SimpleZip::Headers:ver<0.2.3>:auth<Paul Marquess (pmqs@cpan.org)>;;
unit module Archive::SimpleZip::Headers:ver<0.2.0>:auth<Paul Marquess (pmqs@cpan.org)>;;

# Compression types supported
enum Zip-CM is export (
Expand Down
2 changes: 1 addition & 1 deletion lib/Archive/SimpleZip/Utils.pm6
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

unit module Archive::SimpleZip::Utils:ver<0.2.3>:auth<Paul Marquess (pmqs@cpan.org)>;;
unit module Archive::SimpleZip::Utils:ver<0.2.0>:auth<Paul Marquess (pmqs@cpan.org)>;;

need Compress::Zlib::Raw;
use NativeCall;
Expand Down

0 comments on commit 50ac4e0

Please sign in to comment.