From 76605f607d55603b4017f97f219ed8a3347227e7 Mon Sep 17 00:00:00 2001 From: Lowell Alleman Date: Wed, 14 Nov 2018 02:16:50 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.9.3=20=E2=86=92=201.9.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- README.md | 6 ++++++ default/app.conf | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 61f89bd..229151c 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.9.3 +current_version = 1.9.4 tag = True commit = True diff --git a/README.md b/README.md index 1609981..1c93400 100644 --- a/README.md +++ b/README.md @@ -123,6 +123,12 @@ Community support is available on best-effort basis only. For information about Issues are tracked via [GitHub](https://github.com/Kintyre/jmespath/issues) ## History + + + * 1.9.4 (Nov 13, 2018) Fourth public 2.0 release candidate + * Fix bug with mvlist inputs. (More of a just-dont-crash-workaround for the moment). + * Enhance output so that mvfields are only used as needed. Also eliminated the scenario where a single value could be unnecessarily wrapped in a single item list +and therefore be returned as a JSON string. * 1.9.3 (Nov 13, 2018) Third public 2.0 release candidate * Adds wildcard support for the `output` argument. This allows hashes to be expanded into multiple output fields in one invocation to `jmespath` diff --git a/default/app.conf b/default/app.conf index 40cd5aa..a277cdc 100644 --- a/default/app.conf +++ b/default/app.conf @@ -1,7 +1,7 @@ [launcher] author = Lowell Alleman description = Implementation of JMESPath for splunk (xpath for json) -version = 1.9.3 +version = 1.9.4 [package] check_for_updates = 1