Skip to content

Commit

Permalink
src/yamerl.app.src: Bump version to 0.8.0
Browse files Browse the repository at this point in the history
This introduces support for binary (see #35), contributed by @bitmeal.
This allows to put base64-encoded binaries in the YAML document and get
Erlang binaries afer construction.

A bug regarding the tagging of flow collections was also fixed (#34).
  • Loading branch information
dumbbell committed Apr 21, 2020
1 parent 2c0f238 commit 93ef3dc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

# Contributors

* Arne Wendt
* Eric Sagnes
* Gabriel Malkas
* Gleb Peregud
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ list its name in your `mix.exs`:
```elixir
def project do
[
deps: [{:yamerl, "~> 0.7.0"}]
deps: [{:yamerl, "~> 0.8.0"}]
]
end
```
Expand Down
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.7.0"},
{vsn, "0.8.0"},
{modules, []},
{registered, [yamerl_sup]},
{applications, [
Expand Down

0 comments on commit 93ef3dc

Please sign in to comment.