Skip to content

Commit c4d8618

Browse files
authored
Merge pull request #289 from joshuagl/joshuagl/sslib-0.17
Prepare 0.17 release
2 parents df27bac + da3d941 commit c4d8618

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

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

3+
## securesystemslib v0.17.0
4+
5+
### Added
6+
* Add `interface.import_publickeys_from_file()` convenience function (#278, #285)
7+
* Add `gpg.export_pubkeys()` convenience function (#277)
8+
* Add support to `hash` module for blake2b-256 algorithm (#283)
9+
10+
### Changed
11+
* Use ecdsa as keytype for ECDSA keys to better distinguish between keytype
12+
and scheme (#267)
13+
* Bump dependencies: cffi (#266, #273), cryptography (#269, #274),
14+
and colorama (#284)
15+
* Removed python-dateutil dependency (#268)
16+
* Prepare Debian downstream releases (#198)
17+
* Remove unused helper (`_prompt`) and global (`SUPPORTED_KEY_TYPES`) from
18+
interface module (#276)
19+
* Refactored and extended interface tests (#279, #287)
20+
321
## securesystemslib v0.16.0
422

523
### 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.16.0',
71+
version = '0.17.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)