Skip to content

Commit 7ae6c54

Browse files
authored
Merge pull request #438 from lukpueh/bump_version_0.25.0
Prepare v0.25.0 release
2 parents 5d0f478 + b312500 commit 7ae6c54

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
# Changelog
2+
## securesystemslib v0.25.0
3+
4+
### Changed
5+
* Do not use max salt lengths in RSA PSS signature creation (#436)
6+
* Restrict read and write access for new private keys (#231)
7+
* Replaced deprecated `distutils.version.StrictVersion` (#433)
8+
* Bumped dependencies: cryptography (#435)
9+
10+
### Fixed
11+
* GPG availability check in tests (#434)
12+
13+
214
## securesystemslib v0.24.0
315

416
### Added

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.24.0',
71+
version = '0.25.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)