Skip to content
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
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.0.11] (2026-01-22)

- [#38](https://github.com/RubyCrypto/x25519/pull/38)
Drop support for Ruby 2.5/2.6
- [#36](https://github.com/RubyCrypto/x25519/pull/36)
Add automatic fallback for non-x86_64 targets.

[1.0.11]: https://github.com/RubyCrypto/x25519/compare/v1.0.10...v1.0.11

## [1.0.10] (2022-10-06)

[1.0.10]: https://github.com/RubyCrypto/x25519/compare/v1.0.9...v1.0.10
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ The optimized [rfc7748_precomputed] implementation was designed by:
## License

* Copyright (c) 2017-2018 Armando Faz
* Copyright (c) 2017-2025 Tony Arcieri
* Copyright (c) 2017-2026 Tony Arcieri

This gem is available as open source under the terms of the
BSD-3 Clause License ([LICENSE](./LICENSE))
Expand Down
2 changes: 1 addition & 1 deletion lib/x25519/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module X25519
VERSION = "1.0.10"
VERSION = "1.0.11"
end