We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 459496b + 1b9f66e commit b6c160bCopy full SHA for b6c160b
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## securesystemslib v0.14.1
4
+
5
+* Improve logging (#212, #211)
6
+* Fix dependency monitoring and revise requirements files (#209)
7
+* Further improve optional dependency handling (#206)
8
+* Update release metadata (#205)
9
10
## securesystemslib v0.14.0
11
12
* *behavior change*
setup.py
@@ -68,7 +68,7 @@
68
69
setup(
70
name = 'securesystemslib',
71
- version = '0.14.0',
+ version = '0.14.1',
72
description = 'A library that provides cryptographic and general-purpose'
73
' routines for Secure Systems Lab projects at NYU',
74
license = 'MIT',
0 commit comments