Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

v7.1.2 #240

Merged
merged 1 commit into from
Oct 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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