Skip to content

Commit 5a2bfe1

Browse files
committed
Release 1.0.19
1 parent 0dc5057 commit 5a2bfe1

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Version 1.0.19
22

3+
* Updating fast_yaml to version 1.0.39.
34
* Accept non-latin1 atoms
45

56
# Version 1.0.18

rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
{platform_define, "^(R|1|20)", 'USE_OLD_HTTP_URI'},
2323
{platform_define, "^(R|1|20)", deprecated_stacktrace}]}.
2424

25-
{deps, [{fast_yaml, ".*", {git, "https://github.com/processone/fast_yaml", {tag, "1.0.37"}}}]}.
25+
{deps, [{fast_yaml, ".*", {git, "https://github.com/processone/fast_yaml", {tag, "1.0.39"}}}]}.
2626

2727
{cover_enabled, true}.
2828
{cover_export_enabled, true}.

src/yconf.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
%%%-------------------------------------------------------------------
1818
{application, yconf,
1919
[{description, "YAML configuration processor"},
20-
{vsn, "1.0.18"},
20+
{vsn, "1.0.19"},
2121
{modules, []},
2222
{registered, []},
2323
{applications, [kernel, stdlib, fast_yaml]},

0 commit comments

Comments
 (0)