2.4.0
CHANGES:
- Switch to alcotest for tests (@MisterDA, review by @reynir, #121)
- BREAKING: fix ustar magic version. Previously, the version "0\000" was
serialized instead of the correct version "00". This means tar archives may
not be reproducable with older versions. (@reynir, @hannesm, #117 and #122) - Remove
ppx_cstruct
dependency (@hannesm, review by @reynir, #117) - Properly skip Pax GlobalExtendedHeaders (@MisterDA, @reynir, #116 and #118)