From 552d8ec6f6b973a6357b83eb9bacd707366d28f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stanis=C5=82aw=20Barzowski?= Date: Mon, 16 Sep 2019 16:00:53 +0200 Subject: [PATCH] Release 0.14.0 --- cpp/CMakeLists.txt | 2 +- include/libjsonnet.h | 2 +- test_cmd/fmt_help.golden.stdout.cpp | 2 +- test_cmd/fmt_no_args.golden.stderr | 2 +- test_cmd/fmt_version1.golden.stdout | 2 +- test_cmd/fmt_version2.golden.stdout | 2 +- test_cmd/help.golden.stdout.cpp | 2 +- test_cmd/help.golden.stdout.golang | 2 +- test_cmd/no_args.golden.stderr.cpp | 2 +- test_cmd/no_args.golden.stderr.golang | 2 +- test_cmd/version1.golden.stdout | 2 +- test_cmd/version2.golden.stdout | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt index 75e559988..bf349df65 100644 --- a/cpp/CMakeLists.txt +++ b/cpp/CMakeLists.txt @@ -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++ diff --git a/include/libjsonnet.h b/include/libjsonnet.h index cc9ee5108..0c4bbc865 100644 --- a/include/libjsonnet.h +++ b/include/libjsonnet.h @@ -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 diff --git a/test_cmd/fmt_help.golden.stdout.cpp b/test_cmd/fmt_help.golden.stdout.cpp index 5f8031a1c..7c9b19eab 100644 --- a/test_cmd/fmt_help.golden.stdout.cpp +++ b/test_cmd/fmt_help.golden.stdout.cpp @@ -1,4 +1,4 @@ -Jsonnet reformatter v0.13.0 +Jsonnet reformatter v0.14.0 jsonnetfmt {