Bump version to 0.13.0.
This commit is contained in:
parent
bec29dfbe1
commit
89e28feab8
@ -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.
|
||||||
|
@ -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, []}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user