Skip to content

Releases: mholt/archiver

1.1.2

29 Aug 16:44
v1.1.2
Compare
Choose a tag to compare

This release contains a few bug fixes and is built on Go 1.7 stable.

1.1.1

11 Jul 13:44
a075791
Compare
Choose a tag to compare

This release contains some bug fixes for certain .tar.gz, .tar.bz2, and .rar files. It is built on Go 1.7 RC1.

1.1

05 Jul 01:37
dbc8e5d
Compare
Choose a tag to compare
1.1

This release adds full support for .tar.bz2 files and opening most .rar files. Thanks to @dsnet and @nwaples for their hard work which make bzip2 and rar support possible!

1.0

06 Jun 19:14
5374408
Compare
Choose a tag to compare
1.0

Archiver is a simple utility to make and extract archive files (.zip, .tar.gz).

If you're a Go programmer, you may just prefer to import and use the archiver package in your program. It turns common archive operations into one-liners.

This is the first stable release; no breaking API changes are planned. It is built with Go 1.6.2.