File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
14
## securesystemslib v0.30.0
4
15
5
16
This release contains improved Sigstore support.
Original file line number Diff line number Diff line change 1
1
# pylint: disable=missing-module-docstring
2
2
import logging
3
3
4
- __version__ = "0.30 .0"
4
+ __version__ = "0.31 .0"
5
5
6
6
# Configure a basic 'securesystemslib' top-level logger with a StreamHandler
7
7
# (print to console) and the WARNING log level (print messages of type
You can’t perform that action at this time.
0 commit comments