Skip to content

Commit

Permalink
Merge pull request #204 from lukpueh/bump_version_0.14.0
Browse files Browse the repository at this point in the history
Bump version 0.14.0
  • Loading branch information
lukpueh committed Jan 30, 2020
2 parents 992a944 + 439f509 commit 7c183ec
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
14 changes: 9 additions & 5 deletions CHANGELOG.md
@@ -1,10 +1,14 @@
# Changelog

## securesystemslib vX.YY.Z
## securesystemslib v0.14.0

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

## securesystemslib v0.13.1

Expand All @@ -13,7 +17,7 @@
## securesystemslib v0.13.0

* Add support for *OpenPGP* EdDSA/ed25519 keys and signatures (#188)

bump
## securesystemslib v0.12.2

* Remove unnecessary `python-dateutil==2.8.0` version pinning to not cause
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -68,7 +68,7 @@

setup(
name = 'securesystemslib',
version = '0.13.1',
version = '0.14.0',
description = 'A library that provides cryptographic and general-purpose'
' routines for Secure Systems Lab projects at NYU',
long_description = long_description,
Expand Down

0 comments on commit 7c183ec

Please sign in to comment.