Skip to content

Commit

Permalink
v7.1.2 (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri authored Oct 15, 2024
1 parent b8f779f commit 8c5732d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [7.1.2] (2024-10-15)

- Test on Ruby 3.3 ([#236])
- Support alpine 3.19 and up ([#234])
- Use libsodium constants for scrypt params ([#231])
- Fix error message generation when empty hmac key is given ([#224])
- Add ed25519 to curve25519 conversion helpers ([#217])

## [7.1.1] (2020-01-27)

- Test on Ruby 2.7 ([#208])
Expand Down Expand Up @@ -116,6 +124,12 @@

- Initial release

[7.1.2]: /~https://github.com/RubyCrypto/rbnacl/pull/240
[#236]: /~https://github.com/RubyCrypto/rbnacl/pull/236
[#234]: /~https://github.com/RubyCrypto/rbnacl/pull/234
[#231]: /~https://github.com/RubyCrypto/rbnacl/pull/231
[#224]: /~https://github.com/RubyCrypto/rbnacl/pull/224
[#217]: /~https://github.com/RubyCrypto/rbnacl/pull/217
[7.1.1]: /~https://github.com/RubyCrypto/rbnacl/pull/210
[#208]: /~https://github.com/RubyCrypto/rbnacl/pull/208
[#207]: /~https://github.com/RubyCrypto/rbnacl/pull/207
Expand Down
2 changes: 1 addition & 1 deletion lib/rbnacl/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
# NaCl/libsodium for Ruby
module RbNaCl
# The library's version
VERSION = "7.1.1"
VERSION = "7.1.2"
end

0 comments on commit 8c5732d

Please sign in to comment.