File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## securesystemslib v0.31.0
4+
5+ ### Added
6+ * CryptoSigner: create from ` cryptography ` private key with new constructor (#675 )
7+ * SSlibKey: create from ` cryptography ` public key with new ` from_crypto ` method (#678 )
8+ * Release: auto-release with PyPI Trusted Publishing (#683 )
9+ * Docs to migrate legacy key files (#658 )
10+
11+ ### Removed
12+ * Removed ` SSlibKey.from_pem ` factory method in favor of ` from_crypto ` (#678 )
13+
314## securesystemslib v0.30.0
415
516This release contains improved Sigstore support.
Original file line number Diff line number Diff line change 11# pylint: disable=missing-module-docstring
22import logging
33
4- __version__ = "0.30 .0"
4+ __version__ = "0.31 .0"
55
66# Configure a basic 'securesystemslib' top-level logger with a StreamHandler
77# (print to console) and the WARNING log level (print messages of type
You can’t perform that action at this time.
0 commit comments