version++; this is v0.2.4

This commit is contained in:
Daisuke Maki 2014-08-13 15:09:20 +09:00
parent 65614ad0f0
commit 5d7f648535
2 changed files with 10 additions and 1 deletions

View file

@ -1,6 +1,15 @@
Changes
=======
v0.2.4 - 13 Aug 2014
Features
* Add --initial-matcher command line option to specify which
matcher type to use upon start up. --no-ignore-case is deprecated
* Add InitialMatcher option to the config file. Matcher option is
deprecated.
Miscellaneous
* Binaries are now built using go1.3.1
v0.2.3 - 28 Jul 2014
Bugs/Fixes
* Escape sequences are now stripped from input, so for example,

View file

@ -10,7 +10,7 @@ import (
"github.com/peco/peco"
)
var version = "v0.2.3"
var version = "v0.2.4"
func showHelp() {
const v = `