From 3e073e6b544cf705da671edf4b3224980b174fc1 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Sat, 2 Dec 2023 09:50:50 -0600 Subject: [PATCH 1/2] we'll ship 3.2.0 for 42 --- CHANGELOG.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7b3fdc3f529b..467ec3ffd741 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -16,6 +16,7 @@ Changelog will now raise a ``ValueError`` rather than return an empty list. * Parsing SSH certificates no longer permits malformed critical options with values, as documented in the 41.0.2 release notes. +* Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.2.0. * Updated the minimum supported Rust version (MSRV) to 1.63.0, from 1.56.0. * We now publish both ``py37`` and ``py39`` ``abi3`` wheels. This should resolve some errors relating to initializing a module multiple times per From d74e2c6ec0ba9caa8fe7df971e8916228a6e2e36 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Mon, 22 Jan 2024 18:37:50 -0600 Subject: [PATCH 2/2] invalidate the caches, sigh --- .github/actions/cache/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/cache/action.yml b/.github/actions/cache/action.yml index b806abd215a2..6cf0f08e56a8 100644 --- a/.github/actions/cache/action.yml +++ b/.github/actions/cache/action.yml @@ -17,5 +17,5 @@ runs: shell: bash - uses: Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8 # v2.7.1 with: - key: ${{ steps.normalized-key.outputs.key }} + key: ${{ steps.normalized-key.outputs.key }}-1 workspaces: "./src/rust/ -> target"