Releases: vbatts/tar-split
Releases · vbatts/tar-split
v0.11.6
This release notably drops go1.17 (due to dependencies that no longer support 1.17), and adds testing for go1.21 and go1.22.
Additionally adds a new function for iterating over only the headers of a the metadata. Previously this would have required assembling the full tar stream with is expensive for such an operation. Thanks @mtrmac
and thanks @testwill for the typo fix.