Skip to content

Commit 5aec27e

Browse files
release: v0.22.0
1 parent 9adf2a0 commit 5aec27e

10 files changed

+10
-10
lines changed

include/libjsonnet.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ limitations under the License.
3131
*
3232
* If this isn't the same as jsonnet_version() then you've got a mismatched binary / header.
3333
*/
34-
#define LIB_JSONNET_VERSION "v0.22.0-rc1"
34+
#define LIB_JSONNET_VERSION "v0.22.0"
3535

3636
/** Return the version string of the Jsonnet interpreter. Conforms to semantic versioning
3737
* https://semver.org/ If this does not match LIB_JSONNET_VERSION then there is a mismatch between

test_cmd/fmt_help.golden.stdout

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Jsonnet reformatter v0.22.0-rc1
1+
Jsonnet reformatter v0.22.0
22

33
jsonnetfmt {<option>} { <filename> }
44

test_cmd/fmt_no_args.golden.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ERROR: must give filename
22

3-
Jsonnet reformatter v0.22.0-rc1
3+
Jsonnet reformatter v0.22.0
44

55
jsonnetfmt {<option>} { <filename> }
66

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Jsonnet reformatter v0.22.0-rc1
1+
Jsonnet reformatter v0.22.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Jsonnet reformatter v0.22.0-rc1
1+
Jsonnet reformatter v0.22.0

test_cmd/help.golden.stdout

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Jsonnet commandline interpreter v0.22.0-rc1
1+
Jsonnet commandline interpreter v0.22.0
22

33
jsonnet {<option>} <filename>
44

test_cmd/no_args.golden.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ERROR: must give filename
22

3-
Jsonnet commandline interpreter v0.22.0-rc1
3+
Jsonnet commandline interpreter v0.22.0
44

55
jsonnet {<option>} <filename>
66

test_cmd/nonewline_yaml1.golden.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ERROR: cannot use --no-trailing-newline with --yaml-stream
2-
Jsonnet commandline interpreter v0.22.0-rc1
2+
Jsonnet commandline interpreter v0.22.0
33

44
jsonnet {<option>} <filename>
55

test_cmd/version1.golden.stdout

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Jsonnet commandline interpreter v0.22.0-rc1
1+
Jsonnet commandline interpreter v0.22.0

test_cmd/version2.golden.stdout

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Jsonnet commandline interpreter v0.22.0-rc1
1+
Jsonnet commandline interpreter v0.22.0

0 commit comments

Comments
 (0)