Bump version to 0.13.0.

This commit is contained in:
Jesper Louis Andersen 2015-05-11 18:25:31 +02:00
parent bec29dfbe1
commit 89e28feab8
2 changed files with 7 additions and 1 deletions

View File

@ -54,6 +54,12 @@ In general, the primitives provided by NaCl are intermediate-level primitives. R
# Versions # Versions
### v0.13.0
* Quell warnings from the C code
* Add Ed 25519 utility API (Alexander Færøy)
* Add FreeBSD support for the NIF compilation (Ricardo Lanziano)
### v0.12.1 ### v0.12.1
* Provide the `priv` directory for being able to properly build without manual intervention. * Provide the `priv` directory for being able to properly build without manual intervention.

View File

@ -1,7 +1,7 @@
{application, enacl, {application, enacl,
[ [
{description, "Erlang NaCl bindings"}, {description, "Erlang NaCl bindings"},
{vsn, "0.12.1"}, {vsn, "0.13.0"},
{registered, []}, {registered, []},
{applications, [kernel, stdlib]}, {applications, [kernel, stdlib]},
{env, []} {env, []}