Update Changes; v0.5.10

This commit is contained in:
Daisuke Maki 2021-06-08 18:15:34 +09:00
parent 21d3f70e05
commit 27cc910092
2 changed files with 5 additions and 1 deletions

View file

@ -1,6 +1,10 @@
Changes
=======
v0.5.10 - 08 Jun 2021
* Previous release was botched. No code change except for version string,
and Makefile typo.
v0.5.9 - 08 Jun 2021
* Remove support for 386 arch
* Add go.sum

View file

@ -28,7 +28,7 @@ import (
"github.com/pkg/errors"
)
const version = "v0.5.8"
const version = "v0.5.10"
type errIgnorable struct {
err error