Skip to content

Commit 9342857

Browse files
committed
Release 2.1.0
1 parent bc20968 commit 9342857

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

History.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11

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+
29
v2.0.1 / 2017-04-26
310
===================
411

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import (
1717
"github.com/tj/go-gracefully"
1818
)
1919

20-
var version = "2.0.1"
20+
var version = "2.1.0"
2121

2222
const usage = `
2323
Usage:

0 commit comments

Comments
 (0)