mirror of
https://github.com/google/go-jsonnet.git
synced 2025-10-01 02:11:04 +02:00
Update version to v0.19.0
This commit is contained in:
parent
c1825dc54d
commit
ec039600bc
@ -4,8 +4,8 @@ load(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# NB: update_cpp_jsonnet.sh looks for these.
|
# NB: update_cpp_jsonnet.sh looks for these.
|
||||||
CPP_JSONNET_SHA256 = "965dac82878ef2c2df5ad69095bfeceb04cbef7ca505ee87c038b2c7fdd54c6c"
|
CPP_JSONNET_SHA256 = "21ebdb2d9e3ac83f5ee80a94ef37112b412440407e2f3db8e8147544a64b8ae1"
|
||||||
CPP_JSONNET_GITHASH = "295345366e1fdc0ee9ab7048c352750d45053efd"
|
CPP_JSONNET_GITHASH = "ca2d672ffe4c243570671ee0cd62d887f123372e"
|
||||||
|
|
||||||
def jsonnet_go_repositories():
|
def jsonnet_go_repositories():
|
||||||
http_archive(
|
http_archive(
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 295345366e1fdc0ee9ab7048c352750d45053efd
|
Subproject commit ca2d672ffe4c243570671ee0cd62d887f123372e
|
@ -1,4 +1,4 @@
|
|||||||
Jsonnet reformatter v0.18.0
|
Jsonnet reformatter v0.19.0
|
||||||
|
|
||||||
jsonnetfmt {<option>} { <filename> }
|
jsonnetfmt {<option>} { <filename> }
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
ERROR: must give filename
|
ERROR: must give filename
|
||||||
|
|
||||||
Jsonnet reformatter v0.18.0
|
Jsonnet reformatter v0.19.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.18.0"
|
const version = "v0.19.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