Skip to content

Commit 7cb13a3

Browse files
authored
we'll ship 3.2.0 for 42 (#9951)
* we'll ship 3.2.0 for 42 * invalidate the caches, sigh
1 parent 605c74e commit 7cb13a3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/actions/cache/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ runs:
1717
shell: bash
1818
- uses: Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8 # v2.7.1
1919
with:
20-
key: ${{ steps.normalized-key.outputs.key }}
20+
key: ${{ steps.normalized-key.outputs.key }}-1
2121
workspaces: "./src/rust/ -> target"

CHANGELOG.rst

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Changelog
1616
will now raise a ``ValueError`` rather than return an empty list.
1717
* Parsing SSH certificates no longer permits malformed critical options with
1818
values, as documented in the 41.0.2 release notes.
19+
* Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.2.0.
1920
* Updated the minimum supported Rust version (MSRV) to 1.63.0, from 1.56.0.
2021
* We now publish both ``py37`` and ``py39`` ``abi3`` wheels. This should
2122
resolve some errors relating to initializing a module multiple times per

0 commit comments

Comments
 (0)