version++ and stuff. v0.1.7 it is now

This commit is contained in:
Daisuke Maki 2014-06-22 09:45:16 +09:00
parent 9c9034ed90
commit ce0419b99d
2 changed files with 13 additions and 1 deletions

12
Changes
View file

@ -1,6 +1,18 @@
Changes
=======
v0.1.7
Bugs/Fixes:
* Moved repository to a Github organization: http://github.com/peco/peco
* Because of the above change, a lot of links, imports needed fixing.
Features:
* Automatically set GOMAXPROCS to NumCPU. If you would like to
avoid this behavior, you can explicitly set GOMAXPROC env var to 1
(or whatever desired value)
Miscellaneous
* If you have cool uses for peco, please share them on the wiki:
https://github.com/peco/peco/wiki/Sample-Usage
v0.1.6 - 18 Jun 2014
Bugs/Fixes:
* (You know you will get a bug report only AFTER you release a

View file

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