Prepare for v0.18.0

This commit is contained in:
Dave Cunningham 2021-12-21 18:31:28 +00:00
parent 6186bb7667
commit fb6c700f29
5 changed files with 5 additions and 4 deletions

View File

@ -3,6 +3,7 @@ graft internal
graft ast
graft toolutils
graft astgen
graft formatter
include cpp-jsonnet/include/libjsonnet.h
include go.mod
include go.sum

@ -1 +1 @@
Subproject commit 5eaf0b12fe29f8a9b415e8477472b5b5587540c5
Subproject commit 34419d2483927ceb17cd506cad77c3c2a96e7b8c

View File

@ -1,4 +1,4 @@
Jsonnet reformatter v0.17.0
Jsonnet reformatter v0.18.0
jsonnetfmt {<option>} { <filename> }

View File

@ -1,6 +1,6 @@
ERROR: must give filename
Jsonnet reformatter v0.17.0
Jsonnet reformatter v0.18.0
jsonnetfmt {<option>} { <filename> }

2
vm.go
View File

@ -171,7 +171,7 @@ const (
)
// version is the current gojsonnet's version
const version = "v0.17.0"
const version = "v0.18.0"
// Evaluate evaluates a Jsonnet program given by an Abstract Syntax Tree
// and returns serialized JSON as string.