Skip to content

Commit

Permalink
Release 1.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
prefiks committed Jan 17, 2023
1 parent 4c185b7 commit af756be
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -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}.
Expand Down
2 changes: 1 addition & 1 deletion src/yconf.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -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]},
Expand Down

0 comments on commit af756be

Please sign in to comment.