We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 896c117 commit 368da4aCopy full SHA for 368da4a
Changes
@@ -1,5 +1,14 @@
1
Changes
2
=======
3
4
+v0.1.0
5
+ Features:
6
+ * Support all of code search qualifiers
7
+ * Support colors on Windows (Thanks @mattn)
8
+
9
+ Fixes:
10
+ * When total value of keywords are same, ranks are not same and same keyword is duplicated
11
+ * When keyword has :(colon), 422 error is raised
12
13
v0.0.1
14
First release!
main.go
@@ -2,7 +2,7 @@ package main
import "os"
-const Version string = "v0.0.1"
+const Version string = "v0.1.0"
func main() {
cli := &CLI{outStream: os.Stdout, errStream: os.Stderr}
0 commit comments