Bump version to 0.16.0
This commit is contained in:
parent
fffe07e965
commit
61be95caad
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,3 +11,4 @@ doc/*.html
|
||||
doc/*.png
|
||||
doc/*.css
|
||||
_build
|
||||
/.eqc-info
|
||||
|
@ -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:
|
||||
|
||||
|
@ -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)),
|
||||
|
@ -1,7 +1,7 @@
|
||||
{application, enacl,
|
||||
[
|
||||
{description, "Erlang NaCl bindings"},
|
||||
{vsn, "0.15.0"},
|
||||
{vsn, "0.16.0"},
|
||||
{registered, []},
|
||||
{applications, [kernel, stdlib]},
|
||||
{env, []}
|
||||
|
Loading…
x
Reference in New Issue
Block a user