Skip to content

Commit 934fc1b

Browse files
authored
Merge pull request #388 from lukpueh/bump_version_0.22.0
Prepare v0.22.0 release
2 parents 96c95fb + ef15f2e commit 934fc1b

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

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

3+
## securesystemslib v0.22.0
4+
5+
### Fixed
6+
* Removed broken Dependabot badge in README (#377)
7+
8+
### Added
9+
* Python 3.10 support (#380)
10+
* `__eq__` method for Signature objects (#383)
11+
* `unrecognized_fields` attribute for Signature objects (#387)
12+
13+
### Changed
14+
* Bumped dependencies: cffi (#373), cryptography (#376, #379), ed25519 (#378,
15+
#390), pycparser (#375), pynacl (#382)
16+
* Misc docstring improvements (#380, #381, #384)
17+
18+
### Removed
19+
- Python 3.6 support (#385)
20+
21+
322
## securesystemslib v0.21.0
423
**NOTE**: This is the first release of securesystemslib to require Python 3.6
524
or newer.

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