Skip to content

Commit aadbdbd

Browse files
committed
v1.0.11
1 parent 3fb14c1 commit aadbdbd

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [1.0.11] (2026-01-22)
2+
3+
- [#38](https://github.com/RubyCrypto/x25519/pull/38)
4+
Drop support for Ruby 2.5/2.6
5+
- [#36](https://github.com/RubyCrypto/x25519/pull/36)
6+
Add automatic fallback for non-x86_64 targets.
7+
8+
[1.0.11]: https://github.com/RubyCrypto/x25519/compare/v1.0.10...v1.0.11
9+
110
## [1.0.10] (2022-10-06)
211

312
[1.0.10]: https://github.com/RubyCrypto/x25519/compare/v1.0.9...v1.0.10

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ The optimized [rfc7748_precomputed] implementation was designed by:
272272
## License
273273

274274
* Copyright (c) 2017-2018 Armando Faz
275-
* Copyright (c) 2017-2025 Tony Arcieri
275+
* Copyright (c) 2017-2026 Tony Arcieri
276276

277277
This gem is available as open source under the terms of the
278278
BSD-3 Clause License ([LICENSE](./LICENSE))

lib/x25519/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module X25519
4-
VERSION = "1.0.10"
4+
VERSION = "1.0.11"
55
end

0 commit comments

Comments
 (0)