Skip to content

Commit 7c183ec

Browse files
author
lukpueh
authored
Merge pull request #204 from lukpueh/bump_version_0.14.0
Bump version 0.14.0
2 parents 992a944 + 439f509 commit 7c183ec

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
# Changelog
22

3-
## securesystemslib vX.YY.Z
3+
## securesystemslib v0.14.0
44

5-
* *behaviour change*
6-
* Default to using pure Python to verify ed25519 signatures when nacl is
7-
unavailable
5+
* *behavior change*
6+
* Default to pure Python ed25519 signature verification when nacl is unavailable (#200)
7+
* Fix settings.SUBPROCESS_TIMEOUT access in process module (#202)
8+
* Improve schema-related error message (#199)
9+
* Generally improve optional dependency handling (#200)
10+
* Enhance test configuration, fix typos and remove unused code (#201)
11+
* Fix improper identity check (#203)
812

913
## securesystemslib v0.13.1
1014

@@ -13,7 +17,7 @@
1317
## securesystemslib v0.13.0
1418

1519
* Add support for *OpenPGP* EdDSA/ed25519 keys and signatures (#188)
16-
20+
bump
1721
## securesystemslib v0.12.2
1822

1923
* Remove unnecessary `python-dateutil==2.8.0` version pinning to not cause

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868

6969
setup(
7070
name = 'securesystemslib',
71-
version = '0.13.1',
71+
version = '0.14.0',
7272
description = 'A library that provides cryptographic and general-purpose'
7373
' routines for Secure Systems Lab projects at NYU',
7474
long_description = long_description,

0 commit comments

Comments
 (0)