Skip to content

Commit

Permalink
Merge pull request #401 from lukpueh/bump_version_0.23.0
Browse files Browse the repository at this point in the history
Prepare v0.23.0 release
  • Loading branch information
lukpueh authored Apr 26, 2022
2 parents d98b32c + 27a681a commit 47a6fdf
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## securesystemslib v0.23.0

### Fixed
* Race condition in gpg test cleanup function (#397)

### Changed
* Consistently raise custom `FormatError` in `keys.verify_signature()` (#391)
* Bumped dependencies: cryptography (#396), ed25519 (#394, #398)
* Updated Debian packaging metadata (#392)


## securesystemslib v0.22.0

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@

setup(
name = 'securesystemslib',
version = '0.22.0',
version = '0.23.0',
description = 'A library that provides cryptographic and general-purpose'
' routines for Secure Systems Lab projects at NYU',
license = 'MIT',
Expand Down

0 comments on commit 47a6fdf

Please sign in to comment.