Merge pull request #414 from peco/topic/v0.5.1

version++; this be v0.5.1
This commit is contained in:
lestrrat 2017-03-17 12:51:00 +09:00 committed by GitHub
commit 492fad3a62
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
Changes
=======
v0.5.1 - unreleased
v0.5.1 - 17 Mar 2017
Bugs/Fixes
* When --exec is used, and you come back from the external command,
you lost your selected location in the peco view. #410

View file

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