Skip to content

Commit

Permalink
Merge pull request #328 from joshuagl/joshuagl/release-v0.19.0
Browse files Browse the repository at this point in the history
Prepare v0.19.0 release
  • Loading branch information
joshuagl authored Feb 16, 2021
2 parents 692f6dc + 5cc16d1 commit 2397007
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## securesystemslib v0.19.0

### Added
* Enable setting which GPG client to use through an environment variable (#315)

### Changed
* Dropped support for EOL Python 3.5 and add support for Python 3.9 (#314)
* Converted the default local storage backend, FilesystemBackend, to be a
singleton (#302)
* Migrated CI from travis-ci.org to travis-ci.com (#303) then later to GitHub
Actions (#324)
* Bump dependencies: cffi (#306, #329), cryptography (#322, #333). NOTE: the
latest version of cryptography is no longer used on Python 2, as that is not
supported.
* Updated Debian packaging metadata (#313 & #318)
* Improved messaging for issues automatically filed on upstream changes to our
vendored ed25519 dependency (#317)
* Updated the ed25519 tracking script for upstream's branch name change (#331)

### Fixed
* Empty lists should not be used as the default argument for a function (#304)

## securesystemslib v0.18.0

### Added
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@

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

0 comments on commit 2397007

Please sign in to comment.