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 bc20968 commit 9342857Copy full SHA for 9342857
History.md
@@ -1,4 +1,11 @@
1
2
+2.1.0 / 2018-01-08
3
+==================
4
+
5
+ * [SCH-175] Update to buffer and pipeline commands (#16)
6
+ * Fix CI (#18)
7
+ * Fix --list-size (#15)
8
9
v2.0.1 / 2017-04-26
10
===================
11
main.go
@@ -17,7 +17,7 @@ import (
17
"github.com/tj/go-gracefully"
18
)
19
20
-var version = "2.0.1"
+var version = "2.1.0"
21
22
const usage = `
23
Usage:
0 commit comments