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/*.png
|
||||||
doc/*.css
|
doc/*.css
|
||||||
_build
|
_build
|
||||||
|
/.eqc-info
|
||||||
|
@ -121,7 +121,7 @@ However, their correct use is still needed in order to be secure:
|
|||||||
|
|
||||||
# Versions
|
# Versions
|
||||||
|
|
||||||
### master
|
### v0.16.0
|
||||||
|
|
||||||
Bump libsodium requirement to version 1.0.12. This gives us access to
|
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
|
a number of functions which are added recently and thus gives us
|
||||||
@ -131,7 +131,7 @@ Features:
|
|||||||
|
|
||||||
* Add kx_* functions (Alexander Malaev)
|
* Add kx_* functions (Alexander Malaev)
|
||||||
* chacha stream functions added, siphash-2-4 added, unsafe_memzero/1
|
* chacha stream functions added, siphash-2-4 added, unsafe_memzero/1
|
||||||
added (no attribution)
|
added (no attribution)
|
||||||
|
|
||||||
Bug fixes:
|
Bug fixes:
|
||||||
|
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
-include_lib("eqc/include/eqc.hrl").
|
-include_lib("eqc/include/eqc.hrl").
|
||||||
-compile(export_all).
|
-compile(export_all).
|
||||||
|
|
||||||
|
-compile({parse_transform, eqc_parallelize}).
|
||||||
|
|
||||||
non_byte_int() ->
|
non_byte_int() ->
|
||||||
oneof([
|
oneof([
|
||||||
?LET(N, nat(), -(N+1)),
|
?LET(N, nat(), -(N+1)),
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{application, enacl,
|
{application, enacl,
|
||||||
[
|
[
|
||||||
{description, "Erlang NaCl bindings"},
|
{description, "Erlang NaCl bindings"},
|
||||||
{vsn, "0.15.0"},
|
{vsn, "0.16.0"},
|
||||||
{registered, []},
|
{registered, []},
|
||||||
{applications, [kernel, stdlib]},
|
{applications, [kernel, stdlib]},
|
||||||
{env, []}
|
{env, []}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user