Skip to content

Commit fb3edd4

Browse files
committed
release v2.0.0
1 parent 23dbc47 commit fb3edd4

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

History.md

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

2+
v2.0.0 / 2017-04-24
3+
===================
4+
5+
* Speed up JSON parsing by using `json.RawMessage` instead of `map[string]interface{}`
6+
* Speed up templating by writing custom templating on top of [`gjson`](https://github.com/tidwall/gjson) instead of using [`go-interpolate`](https://github.com/segmentio/go-interpolate).
7+
* Internal: Migrate to govendor.
8+
9+
210
v1.5.0 / 2016-01-29
311
==================
412

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 = "1.5.0"
20+
var version = "2.0.0"
2121

2222
const usage = `
2323
Usage:

0 commit comments

Comments
 (0)