Skip to content

Commit

Permalink
src/yamerl.app.src: Bump version to 0.10.0
Browse files Browse the repository at this point in the history
This introduces one new feature: it is now possible to keep duplicate
keys in mappings with the option `{keep_duplicate_keys, boolean()}`
(#52, #53). This flag restores the behavior yamerl had before the 0.9.0
release and the merge of #40.

Thank you to @flurin for his contribution!
  • Loading branch information
dumbbell committed Jan 28, 2022
1 parent b8ed93d commit 39981b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/yamerl.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{description,
"YAML 1.2 and JSON parser in pure Erlang"
},
{vsn, "0.9.0"},
{vsn, "0.10.0"},
{modules, []},
{registered, [yamerl_sup]},
{applications, [
Expand Down

0 comments on commit 39981b9

Please sign in to comment.