Prepare for v5.7.4

pull/66/head v5.7.4-stable
Lealem Amedie 2024-11-13 13:57:51 -07:00
parent 35e0b1b373
commit ef582adb39
3 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,10 @@
wolfCrypt-py Release 5.7.4 (Nov 13, 2024)
==========================================
* Add support for ChaCha20-Poly1305
* Update to wolfSSL version 5.7.4
wolfCrypt-py Release 5.7.2 (Sep 6, 2024)
==========================================

@ -1 +1 @@
Subproject commit 00e42151ca061463ba6a95adb2290f678cbca472
Subproject commit bdd62314f00fca0e216bf8c963c8eeff6327e0cb

View File

@ -1,6 +1,6 @@
# When bumping the C library version, reset the POST count to 0
__wolfssl_version__ = "v5.7.2-stable"
__wolfssl_version__ = "v5.7.4-stable"
# We're using implicit post releases [PEP 440] to bump package version
# while maintaining the C library version intact for better reference.
@ -8,5 +8,5 @@ __wolfssl_version__ = "v5.7.2-stable"
#
# MAJOR.MINOR.BUILD-POST
__version__ = "5.7.2-0"
__version__ = "5.7.4-0"