Skip to content

Commit 53b0db0

Browse files
authored
Merge pull request #301 from lukpueh/bump_version_0.18.0
Prepare 0.18.0 release
2 parents deb50ad + b37d453 commit 53b0db0

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

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

3+
## securesystemslib v0.18.0
4+
5+
### Added
6+
* `interface.generate_and_write_unencrypted_{rsa,ed25519,ecdsa}_keypair` (#288)
7+
* `interface.generate_and_write_{rsa,ed25519,ecdsa}_keypair_with_prompt` (#288)
8+
* `interface.import_privatekey_from_file`(#288)
9+
* GitHub Action to auto-check upstream changes for vendored ed25519 (#294)
10+
11+
### Changed
12+
* `interface.generate_and_write_{rsa,ed25519,ecdsa}_keypair` require a password
13+
as first positional argument (#288)
14+
* `interface.import_{rsa,ed25519,ecdsa}_privatekey_from_file` do not error on
15+
empty password, but pass it on to lower level decryption routines (#288)
16+
* `interface.import_ecdsa_privatekey_from_file` supports loading unencrypted
17+
private keys (#288)
18+
* Revise `interface` and `gpg.functions` docstrings, and example snippets, and
19+
use Sphinx compatible Google Style docstring format (#288, #300)
20+
* Linter-flagged cosmetic changes (#292, #295, #296)
21+
* Bump dependencies: cryptography (#291, #293)
22+
* Bump vendor copy of ed25519 (#299)
23+
324
## securesystemslib v0.17.0
425

526
### 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.17.0',
71+
version = '0.18.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)