Skip to content

Commit 775ceb0

Browse files
committed
Checking in changes prior to tagging of version v0.8.1
## [v0.8.1](v0.8.0...v0.8.1) (2021-12-26) * update mholt/archiver/v3 [#31](#31) ([Songmu](https://github.com/Songmu))
1 parent 65bd410 commit 775ceb0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

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+
37
## [v0.8.0](https://github.com/Songmu/goxz/compare/v0.7.0...v0.8.0) (2021-12-26)
48

59
* build arm64 by default in addition to amd64 [#30](https://github.com/Songmu/goxz/pull/30) ([Songmu](https://github.com/Songmu))

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package goxz
22

3-
const version = "0.8.0"
3+
const version = "0.8.1"
44

55
var revision = "HEAD"

0 commit comments

Comments
 (0)