Skip to content

Commit 586c6b5

Browse files
author
lukpueh
authored
Merge pull request #184 from lukpueh/bump_version_0.12.0
Bump version 0.12.0
2 parents 8df13b0 + 33318a6 commit 586c6b5

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

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

3+
## securesystemslib v0.12.0
4+
5+
* *backwards incompatible*
6+
* Remove data serialization in `create_signature` and `verify_signature` (#162)
7+
* Replace mostly obsolete `TempFile` utility with single helper function (#181)
8+
* Remove *TUF*-specific code and comments (#165)
9+
* *new features*
10+
* Add support for *pkcs1v15* RSA signature scheme and additional hash algorithms (#173, #175)
11+
* Add basic *OpenPGP* support, transferred from [in-toto](https://github.com/in-toto/in-toto) (#174, #176, #185)
12+
* *miscellaneous*
13+
* Fix publishing of code coverage and enhance test configuration (#171)
14+
* Make colorama a strict dependency (#178)
15+
* Enhance source distribution metadata (#168)
16+
* Update downstream Debian metadata (#177)
17+
318
## securesystemslib v0.11.3
419

520
* Provide option to normalize line endings (`\r\n` -> `\n`, `\r` -> `\n`) when

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

0 commit comments

Comments
 (0)