mirror of
https://github.com/google/go-jsonnet.git
synced 2025-08-07 14:57:24 +02:00
Prepare for v0.18.0
This commit is contained in:
parent
6186bb7667
commit
fb6c700f29
@ -3,6 +3,7 @@ graft internal
|
|||||||
graft ast
|
graft ast
|
||||||
graft toolutils
|
graft toolutils
|
||||||
graft astgen
|
graft astgen
|
||||||
|
graft formatter
|
||||||
include cpp-jsonnet/include/libjsonnet.h
|
include cpp-jsonnet/include/libjsonnet.h
|
||||||
include go.mod
|
include go.mod
|
||||||
include go.sum
|
include go.sum
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 5eaf0b12fe29f8a9b415e8477472b5b5587540c5
|
Subproject commit 34419d2483927ceb17cd506cad77c3c2a96e7b8c
|
@ -1,4 +1,4 @@
|
|||||||
Jsonnet reformatter v0.17.0
|
Jsonnet reformatter v0.18.0
|
||||||
|
|
||||||
jsonnetfmt {<option>} { <filename> }
|
jsonnetfmt {<option>} { <filename> }
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
ERROR: must give filename
|
ERROR: must give filename
|
||||||
|
|
||||||
Jsonnet reformatter v0.17.0
|
Jsonnet reformatter v0.18.0
|
||||||
|
|
||||||
jsonnetfmt {<option>} { <filename> }
|
jsonnetfmt {<option>} { <filename> }
|
||||||
|
|
||||||
|
2
vm.go
2
vm.go
@ -171,7 +171,7 @@ const (
|
|||||||
)
|
)
|
||||||
|
|
||||||
// version is the current gojsonnet's version
|
// 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
|
// Evaluate evaluates a Jsonnet program given by an Abstract Syntax Tree
|
||||||
// and returns serialized JSON as string.
|
// and returns serialized JSON as string.
|
||||||
|
Loading…
Reference in New Issue
Block a user