From 5a926a6a301c81d32b2753eaf940f677a78cf626 Mon Sep 17 00:00:00 2001 From: Daisuke Maki Date: Wed, 18 Jun 2014 17:40:52 +0900 Subject: [PATCH] version++ and stuff. v0.1.6 it is now --- Changes | 7 +++++++ cmd/peco/peco.go | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 84b21f5..b2d2650 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,13 @@ Changes ======= +v0.1.6 - 18 Jun 2014 + Bugs/Fixes: + * (You know you will get a bug report only AFTER you release a + new version :) + * Highlighting wide characters had some issues. This has been + there since the first release, apparently + v0.1.5 - 18 Jun 2014 Features: * Add experimental --null option diff --git a/cmd/peco/peco.go b/cmd/peco/peco.go index 1bd3c0e..7e76257 100644 --- a/cmd/peco/peco.go +++ b/cmd/peco/peco.go @@ -11,7 +11,7 @@ import ( "github.com/nsf/termbox-go" ) -var version = "v0.1.5" +var version = "v0.1.6" func showHelp() { const v = `