From 39981b9cb9d9edc227cf43a3e19dd16869493553 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-S=C3=A9bastien=20P=C3=A9dron?= Date: Fri, 28 Jan 2022 10:15:53 +0100 Subject: [PATCH] src/yamerl.app.src: Bump version to 0.10.0 This introduces one new feature: it is now possible to keep duplicate keys in mappings with the option `{keep_duplicate_keys, boolean()}` (#52, #53). This flag restores the behavior yamerl had before the 0.9.0 release and the merge of #40. Thank you to @flurin for his contribution! --- src/yamerl.app.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/yamerl.app.src b/src/yamerl.app.src index cfd63dc..43b9de4 100644 --- a/src/yamerl.app.src +++ b/src/yamerl.app.src @@ -5,7 +5,7 @@ {description, "YAML 1.2 and JSON parser in pure Erlang" }, - {vsn, "0.9.0"}, + {vsn, "0.10.0"}, {modules, []}, {registered, [yamerl_sup]}, {applications, [