Skip to content

Commit

Permalink
Release 1.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
prefiks committed Jun 27, 2024
1 parent af756be commit c718206
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.16

* Updating fast_yaml to version 1.0.37.

# Version 1.0.15

* Updating fast_yaml to version 1.0.36.
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.36"}}}]}.
{deps, [{fast_yaml, ".*", {git, "https://github.com/processone/fast_yaml", {tag, "1.0.37"}}}]}.

{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.15"},
{vsn, "1.0.16"},
{modules, []},
{registered, []},
{applications, [kernel, stdlib, fast_yaml]},
Expand Down

0 comments on commit c718206

Please sign in to comment.