From c71820660f8120b918ee0650edf211a12aaf5f10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Chmielowski?= Date: Thu, 27 Jun 2024 10:45:28 +0200 Subject: [PATCH] Release 1.0.16 --- CHANGELOG.md | 4 ++++ rebar.config | 2 +- src/yconf.app.src | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fbc93d..cf58769 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Version 1.0.16 + +* Updating fast_yaml to version 1.0.37. + # Version 1.0.15 * Updating fast_yaml to version 1.0.36. diff --git a/rebar.config b/rebar.config index 1fd988b..78019a8 100644 --- a/rebar.config +++ b/rebar.config @@ -22,7 +22,7 @@ {platform_define, "^(R|1|20)", 'USE_OLD_HTTP_URI'}, {platform_define, "^(R|1|20)", deprecated_stacktrace}]}. -{deps, [{fast_yaml, ".*", {git, "https://github.com/processone/fast_yaml", {tag, "1.0.36"}}}]}. +{deps, [{fast_yaml, ".*", {git, "https://github.com/processone/fast_yaml", {tag, "1.0.37"}}}]}. {cover_enabled, true}. {cover_export_enabled, true}. diff --git a/src/yconf.app.src b/src/yconf.app.src index 051afd4..017803c 100644 --- a/src/yconf.app.src +++ b/src/yconf.app.src @@ -17,7 +17,7 @@ %%%------------------------------------------------------------------- {application, yconf, [{description, "YAML configuration processor"}, - {vsn, "1.0.15"}, + {vsn, "1.0.16"}, {modules, []}, {registered, []}, {applications, [kernel, stdlib, fast_yaml]},