Update version to v0.19.0

This commit is contained in:
Dave Cunningham 2022-10-26 20:43:24 +01:00
parent c1825dc54d
commit ec039600bc
5 changed files with 6 additions and 6 deletions

View File

@ -4,8 +4,8 @@ load(
)
# NB: update_cpp_jsonnet.sh looks for these.
CPP_JSONNET_SHA256 = "965dac82878ef2c2df5ad69095bfeceb04cbef7ca505ee87c038b2c7fdd54c6c"
CPP_JSONNET_GITHASH = "295345366e1fdc0ee9ab7048c352750d45053efd"
CPP_JSONNET_SHA256 = "21ebdb2d9e3ac83f5ee80a94ef37112b412440407e2f3db8e8147544a64b8ae1"
CPP_JSONNET_GITHASH = "ca2d672ffe4c243570671ee0cd62d887f123372e"
def jsonnet_go_repositories():
http_archive(

@ -1 +1 @@
Subproject commit 295345366e1fdc0ee9ab7048c352750d45053efd
Subproject commit ca2d672ffe4c243570671ee0cd62d887f123372e

View File

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

View File

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

2
vm.go
View File

@ -171,7 +171,7 @@ const (
)
// 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
// and returns serialized JSON as string.