mirror of
https://github.com/google/go-jsonnet.git
synced 2025-09-28 17:01:02 +02:00
Release v0.16.0
This commit is contained in:
parent
2824579c7d
commit
d1c1457520
@ -1,3 +1,9 @@
|
|||||||
include vm.go
|
include *.go
|
||||||
|
graft internal
|
||||||
|
graft ast
|
||||||
|
graft toolutils
|
||||||
|
graft astgen
|
||||||
include cpp-jsonnet/include/libjsonnet.h
|
include cpp-jsonnet/include/libjsonnet.h
|
||||||
|
include go.mod
|
||||||
|
include go.sum
|
||||||
graft c-bindings
|
graft c-bindings
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 2a161cc0b49f26ecc20922981efdb4a8973f48d9
|
Subproject commit 3f58aa551c917d6a7a2c6d042ee27f93d895ac0b
|
2
vm.go
2
vm.go
@ -125,7 +125,7 @@ const (
|
|||||||
)
|
)
|
||||||
|
|
||||||
// version is the current gojsonnet's version
|
// version is the current gojsonnet's version
|
||||||
const version = "v0.15.0"
|
const version = "v0.16.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…
x
Reference in New Issue
Block a user