Skip to content

Commit e70450b

Browse files
committed
v0.6.0
1 parent bd898d4 commit e70450b

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGES.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
## [6.0.0] (2018-11-08)
2+
3+
[6.0.0]: https://github.com/crypto-rb/rbnacl/pull/182
4+
5+
* [#180](https://github.com/crypto-rb/rbnacl/pull/180)
6+
Deprecate rbnacl-libsodium.
7+
([@tarcieri])
8+
9+
* [#176](https://github.com/crypto-rb/rbnacl/pull/176)
10+
Add support for XChaCha20-Poly1305.
11+
([@AnIrishDuck])
12+
13+
* [#174](https://github.com/crypto-rb/rbnacl/pull/174)
14+
Fix buffer size type in `randombytes_buf` binding.
15+
([@elijh])
16+
17+
* [#172](https://github.com/crypto-rb/rbnacl/pull/172)
18+
Add support for argon2id digest.
19+
([@trofi])
20+
21+
* [#166](https://github.com/crypto-rb/rbnacl/pull/166)
22+
Support for non-32-byte HMAC-SHA256/512 keys.
23+
([@nsheremet])
24+
125
## 5.0.0 (2017-06-13)
226

327
* [#159](https://github.com/crypto-rb/rbnacl/pull/159)
@@ -119,3 +143,6 @@
119143
[@elijh]: https://github.com/elijh
120144
[@paragonie-scott]: https://github.com/paragonie-scott
121145
[@fudanchii]: https://github.com/fudanchii
146+
[@nsheremet]: https://github.com/nsheremet
147+
[@trofi]: https://github.com/trofi
148+
[@AnIrishDuck]: https://github.com/AnIrishDuck

lib/rbnacl/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
# NaCl/libsodium for Ruby
55
module RbNaCl
66
# The library's version
7-
VERSION = "6.0.0.pre".freeze
7+
VERSION = "6.0.0".freeze
88
end

0 commit comments

Comments
 (0)