Skip to content

Commit 2397007

Browse files
authored
Merge pull request #328 from joshuagl/joshuagl/release-v0.19.0
Prepare v0.19.0 release
2 parents 692f6dc + 5cc16d1 commit 2397007

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

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

3+
## securesystemslib v0.19.0
4+
5+
### Added
6+
* Enable setting which GPG client to use through an environment variable (#315)
7+
8+
### Changed
9+
* Dropped support for EOL Python 3.5 and add support for Python 3.9 (#314)
10+
* Converted the default local storage backend, FilesystemBackend, to be a
11+
singleton (#302)
12+
* Migrated CI from travis-ci.org to travis-ci.com (#303) then later to GitHub
13+
Actions (#324)
14+
* Bump dependencies: cffi (#306, #329), cryptography (#322, #333). NOTE: the
15+
latest version of cryptography is no longer used on Python 2, as that is not
16+
supported.
17+
* Updated Debian packaging metadata (#313 & #318)
18+
* Improved messaging for issues automatically filed on upstream changes to our
19+
vendored ed25519 dependency (#317)
20+
* Updated the ed25519 tracking script for upstream's branch name change (#331)
21+
22+
### Fixed
23+
* Empty lists should not be used as the default argument for a function (#304)
24+
325
## securesystemslib v0.18.0
426

527
### Added

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.18.0',
71+
version = '0.19.0',
7272
description = 'A library that provides cryptographic and general-purpose'
7373
' routines for Secure Systems Lab projects at NYU',
7474
license = 'MIT',

0 commit comments

Comments
 (0)