Skip to content

Commit

Permalink
we'll ship 3.2.0 for 42 (#9951)
Browse files Browse the repository at this point in the history
* we'll ship 3.2.0 for 42

* invalidate the caches, sigh
  • Loading branch information
reaperhulk committed Jan 23, 2024
1 parent 605c74e commit 7cb13a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/cache/action.yml
Expand Up @@ -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"
1 change: 1 addition & 0 deletions CHANGELOG.rst
Expand Up @@ -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
Expand Down

0 comments on commit 7cb13a3

Please sign in to comment.