Skip to content

Commit

Permalink
Release 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sbarzowski committed Sep 16, 2019
1 parent 188e79d commit 552d8ec
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion cpp/CMakeLists.txt
Expand Up @@ -15,7 +15,7 @@ add_dependencies(libjsonnet++ jsonnet)
# CMake prepends CMAKE_SHARED_LIBRARY_PREFIX to shared libraries, so without
# this step the output would be |liblibjsonnet|.
set_target_properties(libjsonnet++ PROPERTIES OUTPUT_NAME jsonnet++
VERSION "0.13.0"
VERSION "0.14.0"
SOVERSION "0"
PUBLIC_HEADER "${LIB_HEADER}")
install(TARGETS libjsonnet++
Expand Down
2 changes: 1 addition & 1 deletion include/libjsonnet.h
Expand Up @@ -31,7 +31,7 @@ limitations under the License.
*
* If this isn't the sae as jsonnet_version() then you've got a mismatched binary / header.
*/
#define LIB_JSONNET_VERSION "v0.13.0"
#define LIB_JSONNET_VERSION "v0.14.0"

/** Return the version string of the Jsonnet interpreter. Conforms to semantic versioning
* http://semver.org/ If this does not match LIB_JSONNET_VERSION then there is a mismatch between
Expand Down
2 changes: 1 addition & 1 deletion test_cmd/fmt_help.golden.stdout.cpp
@@ -1,4 +1,4 @@
Jsonnet reformatter v0.13.0
Jsonnet reformatter v0.14.0

jsonnetfmt {<option>} { <filename> }
Note: Some options do not support multiple filenames
Expand Down
2 changes: 1 addition & 1 deletion test_cmd/fmt_no_args.golden.stderr
@@ -1,6 +1,6 @@
ERROR: must give filename

Jsonnet reformatter v0.13.0
Jsonnet reformatter v0.14.0

jsonnetfmt {<option>} { <filename> }
Note: Some options do not support multiple filenames
Expand Down
2 changes: 1 addition & 1 deletion test_cmd/fmt_version1.golden.stdout
@@ -1 +1 @@
Jsonnet reformatter v0.13.0
Jsonnet reformatter v0.14.0
2 changes: 1 addition & 1 deletion test_cmd/fmt_version2.golden.stdout
@@ -1 +1 @@
Jsonnet reformatter v0.13.0
Jsonnet reformatter v0.14.0
2 changes: 1 addition & 1 deletion test_cmd/help.golden.stdout.cpp
@@ -1,4 +1,4 @@
Jsonnet commandline interpreter v0.13.0
Jsonnet commandline interpreter v0.14.0

jsonnet {<option>} <filename>

Expand Down
2 changes: 1 addition & 1 deletion test_cmd/help.golden.stdout.golang
@@ -1,4 +1,4 @@
Jsonnet commandline interpreter v0.13.0
Jsonnet commandline interpreter v0.14.0

jsonnet {<option>} <filename>

Expand Down
2 changes: 1 addition & 1 deletion test_cmd/no_args.golden.stderr.cpp
@@ -1,6 +1,6 @@
ERROR: must give filename

Jsonnet commandline interpreter v0.13.0
Jsonnet commandline interpreter v0.14.0

jsonnet {<option>} <filename>

Expand Down
2 changes: 1 addition & 1 deletion test_cmd/no_args.golden.stderr.golang
@@ -1,6 +1,6 @@
ERROR: must give filename

Jsonnet commandline interpreter v0.13.0
Jsonnet commandline interpreter v0.14.0

jsonnet {<option>} <filename>

Expand Down
2 changes: 1 addition & 1 deletion test_cmd/version1.golden.stdout
@@ -1 +1 @@
Jsonnet commandline interpreter v0.13.0
Jsonnet commandline interpreter v0.14.0
2 changes: 1 addition & 1 deletion test_cmd/version2.golden.stdout
@@ -1 +1 @@
Jsonnet commandline interpreter v0.13.0
Jsonnet commandline interpreter v0.14.0

0 comments on commit 552d8ec

Please sign in to comment.