We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65bd410 commit 775ceb0Copy full SHA for 775ceb0
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## [v0.8.1](https://github.com/Songmu/goxz/compare/v0.8.0...v0.8.1) (2021-12-26)
4
+
5
+* update mholt/archiver/v3 [#31](https://github.com/Songmu/goxz/pull/31) ([Songmu](https://github.com/Songmu))
6
7
## [v0.8.0](https://github.com/Songmu/goxz/compare/v0.7.0...v0.8.0) (2021-12-26)
8
9
* build arm64 by default in addition to amd64 [#30](https://github.com/Songmu/goxz/pull/30) ([Songmu](https://github.com/Songmu))
version.go
@@ -1,5 +1,5 @@
package goxz
-const version = "0.8.0"
+const version = "0.8.1"
var revision = "HEAD"
0 commit comments