Skip to content

Commit 57c12fd

Browse files
Merge pull request #90 from vladimir-v-diaz/bump_version_0.10.10
Bump version 0.10.10
2 parents bb34f86 + aad3e90 commit 57c12fd

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
# Changelog
2+
## securesystemslib v0.10.10
3+
4+
* Add get_password() to API.
5+
6+
* Enable password confirmation in all `generate_and_write_XXX_keypair()`
7+
functions.
8+
9+
* Minor:
10+
Fix broken link in comment (recommended # of bits for RSA keys).
11+
Add `TEXT_SCHEMA`.
12+
Remove obsolete function (check_crypto_libaries) from `.coveragerc`.
213

314
## securesystemslib v0.10.9
415

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868

6969
setup(
7070
name = 'securesystemslib',
71-
version = '0.10.9',
71+
version = '0.10.10',
7272
description = 'A library that provides cryptographic and general-purpose routines for Secure Systems Lab projects at NYU',
7373
long_description = long_description,
7474
author = 'https://www.updateframework.com',

0 commit comments

Comments
 (0)