mirror of
https://github.com/peco/peco.git
synced 2026-09-10 07:16:29 -04:00
version++ and stuff. v0.1.7 it is now
This commit is contained in:
parent
9c9034ed90
commit
ce0419b99d
12
Changes
12
Changes
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ import (
|
|||
"github.com/peco/peco"
|
||||
)
|
||||
|
||||
var version = "v0.1.6"
|
||||
var version = "v0.1.7"
|
||||
|
||||
func showHelp() {
|
||||
const v = `
|
||||
|
|
|
|||
Loading…
Reference in a new issue