From af756beb3dac1e1f2e1242edd899f0a26557afa6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Chmielowski?= Date: Tue, 17 Jan 2023 11:05:51 +0100 Subject: [PATCH] Release 1.0.15 --- 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 57ba7cf..4fbc93d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Version 1.0.15 + +* Updating fast_yaml to version 1.0.36. + # Version 1.0.14 * Updating fast_yaml to version 1.0.34. diff --git a/rebar.config b/rebar.config index 507b861..1fd988b 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.34"}}}]}. +{deps, [{fast_yaml, ".*", {git, "https://github.com/processone/fast_yaml", {tag, "1.0.36"}}}]}. {cover_enabled, true}. {cover_export_enabled, true}. diff --git a/src/yconf.app.src b/src/yconf.app.src index 90f9126..051afd4 100644 --- a/src/yconf.app.src +++ b/src/yconf.app.src @@ -17,7 +17,7 @@ %%%------------------------------------------------------------------- {application, yconf, [{description, "YAML configuration processor"}, - {vsn, "1.0.14"}, + {vsn, "1.0.15"}, {modules, []}, {registered, []}, {applications, [kernel, stdlib, fast_yaml]},