File tree 6 files changed +8
-9
lines changed
6 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 47
47
~/.cargo/registry/cache/
48
48
src/rust/target/
49
49
${{ inputs.additional-paths }}
50
- key : cargo-pip-${{ runner.os }}-${{ runner.arch }}-${{ steps.normalized-key.outputs.key }}-5 -${{ hashFiles('**/Cargo.lock', '**/*.rs') }}-${{ steps.rust-version.version }}
50
+ key : cargo-pip-${{ runner.os }}-${{ runner.arch }}-${{ steps.normalized-key.outputs.key }}-6 -${{ hashFiles('**/Cargo.lock', '**/*.rs') }}-${{ steps.rust-version.version }}
51
51
- name : Size of cache items
52
52
run : |
53
53
du -sh ~/.cargo/registry/index/
Original file line number Diff line number Diff line change @@ -3,16 +3,15 @@ Changelog
3
3
4
4
.. _v41-0-0 :
5
5
6
- 41.0.0 - `main `_
7
- ~~~~~~~~~~~~~~~~
8
-
9
- .. note :: This version is not yet released and is under active development.
6
+ 41.0.0 - 2023-05-30
7
+ ~~~~~~~~~~~~~~~~~~~
10
8
11
9
* **BACKWARDS INCOMPATIBLE: ** Support for OpenSSL less than 1.1.1d has been
12
10
removed. Users on older version of OpenSSL will need to upgrade.
13
11
* **BACKWARDS INCOMPATIBLE: ** Support for Python 3.6 has been removed.
14
12
* **BACKWARDS INCOMPATIBLE: ** Dropped support for LibreSSL < 3.6.
15
13
* Updated the minimum supported Rust version (MSRV) to 1.56.0, from 1.48.0.
14
+ * Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.1.1.
16
15
* Added support for the :class: `~cryptography.x509.OCSPAcceptableResponses `
17
16
OCSP extension.
18
17
* Added support for the :class: `~cryptography.x509.MSCertificateTemplate `
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ build-backend = "setuptools.build_meta"
11
11
12
12
[project ]
13
13
name = " cryptography"
14
- version = " 41.0.0.dev1 "
14
+ version = " 41.0.0"
15
15
authors = [
16
16
{name = " The Python Cryptographic Authority and individual contributors" , email = " cryptography-dev@python.org" }
17
17
]
Original file line number Diff line number Diff line change 10
10
"__copyright__" ,
11
11
]
12
12
13
- __version__ = "41.0.0.dev1 "
13
+ __version__ = "41.0.0"
14
14
15
15
16
16
__author__ = "The Python Cryptographic Authority and individual contributors"
Original file line number Diff line number Diff line change 6
6
"__version__" ,
7
7
]
8
8
9
- __version__ = "41.0.0.dev1 "
9
+ __version__ = "41.0.0"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " cryptography_vectors"
7
- version = " 41.0.0.dev1 "
7
+ version = " 41.0.0"
8
8
authors = [
9
9
{name = " The Python Cryptographic Authority and individual contributors" , email = " cryptography-dev@python.org" }
10
10
]
You can’t perform that action at this time.
0 commit comments