We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 572dbe8 + 4465655 commit 1c4161eCopy full SHA for 1c4161e
CHANGELOG.md
@@ -1,4 +1,9 @@
1
# Changelog
2
+## securesystemslib v0.11.1
3
+
4
+* Convert `\r\n` newline characters to `\n`, so that the same KEYID is
5
+ generated for key data regardless of the newline style used (pr #146).
6
7
## securesystemslib v0.11.0
8
9
* Add `prompt` parameter to interface.import_rsa_privatekey_from_file() (pr #124).
setup.py
@@ -68,7 +68,7 @@
68
69
setup(
70
name = 'securesystemslib',
71
- version = '0.11.0',
+ version = '0.11.1',
72
description = 'A library that provides cryptographic and general-purpose routines for Secure Systems Lab projects at NYU',
73
long_description = long_description,
74
author = 'https://www.updateframework.com',
0 commit comments