Bump version to 0.16.0

This commit is contained in:
Jesper Louis Andersen 2017-03-25 23:25:25 +01:00
parent fffe07e965
commit 61be95caad
4 changed files with 6 additions and 3 deletions

1
.gitignore vendored
View File

@ -11,3 +11,4 @@ doc/*.html
doc/*.png
doc/*.css
_build
/.eqc-info

View File

@ -121,7 +121,7 @@ However, their correct use is still needed in order to be secure:
# Versions
### master
### v0.16.0
Bump libsodium requirement to version 1.0.12. This gives us access to
a number of functions which are added recently and thus gives us
@ -131,7 +131,7 @@ Features:
* Add kx_* functions (Alexander Malaev)
* chacha stream functions added, siphash-2-4 added, unsafe_memzero/1
added (no attribution)
added (no attribution)
Bug fixes:

View File

@ -2,6 +2,8 @@
-include_lib("eqc/include/eqc.hrl").
-compile(export_all).
-compile({parse_transform, eqc_parallelize}).
non_byte_int() ->
oneof([
?LET(N, nat(), -(N+1)),

View File

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