Skip to content

Commit

Permalink
Prepare 1.0.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mremond committed Mar 25, 2016
1 parent e48daf6 commit 9a3b510
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# Version 1.0.3

* Improve error message on syntax error (Evgeny Khramtsov)
We previously had error {unknown_macro, ''}

# Version 1.0.2

* Release with proper dependency on hex.pm (Mickaël Rémond)

# Version 1.0.1

* Update to depend on p1_utils 1.0.3 (Mickaël Rémond)
Expand Down
2 changes: 1 addition & 1 deletion src/fast_yaml.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

{application, fast_yaml,
[{description, "Fast YAML native library for Erlang / Elixir"},
{vsn, "1.0.1"},
{vsn, "1.0.3"},
{modules, []},
{registered, []},
{applications, [kernel, stdlib]},
Expand Down

0 comments on commit 9a3b510

Please sign in to comment.