From 89e28feab886ef0a478079da0aaac9dee3b124b2 Mon Sep 17 00:00:00 2001 From: Jesper Louis Andersen Date: Mon, 11 May 2015 18:25:31 +0200 Subject: [PATCH] Bump version to 0.13.0. --- README.md | 6 ++++++ src/enacl.app.src | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6897409..6a14c88 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,12 @@ In general, the primitives provided by NaCl are intermediate-level primitives. R # 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 * Provide the `priv` directory for being able to properly build without manual intervention. diff --git a/src/enacl.app.src b/src/enacl.app.src index 6385ab4..d6f5004 100644 --- a/src/enacl.app.src +++ b/src/enacl.app.src @@ -1,7 +1,7 @@ {application, enacl, [ {description, "Erlang NaCl bindings"}, - {vsn, "0.12.1"}, + {vsn, "0.13.0"}, {registered, []}, {applications, [kernel, stdlib]}, {env, []}