Skip to content

Commit

Permalink
Bump to 0.4.3 and update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Mar 4, 2023
1 parent 98edf63 commit fa62708
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
zip-archive 0.4.3

* Improve code for retrieving compressed data of unknown length (#63).
Do not assume we'll have the signature 0x08074b50 that is
sometimes used for the data description, because it is not
in the spec and is not always used.
* Make some record fields strict.
* Require binary >= 0.7.2, remove some CPP

zip-archive 0.4.2.2

* Use `command -v` before trying `which` in the test suite (#62).
Expand Down
2 changes: 1 addition & 1 deletion zip-archive.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: zip-archive
Version: 0.4.2.2
Version: 0.4.3
Cabal-Version: 2.0
Build-type: Simple
Synopsis: Library for creating and modifying zip archives.
Expand Down

0 comments on commit fa62708

Please sign in to comment.