Skip to content

Commit

Permalink
Merge pull request #625 from adityasaky/prepare-v2.1.0
Browse files Browse the repository at this point in the history
Prepare v2.1.0
  • Loading branch information
adityasaky authored Sep 7, 2023
2 parents d71f8c4 + 9ea5251 commit 0b3c3d2
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## v2.1.0

### Added
* CLI argument to control command execution timeout (#605)
* ITE-4 resolver for directories ("dirHash", #590)

### Changed
* Lint configuration (#602)
* Output stream cleanup to address flaky tests on Windows (#597)
* Layout expiry condition (#616)
* Dependency updates (#604, #607, #608, #609, #617, #618, #619, #620, #622,
#623)

### Removed
* AppVeyor test configuration (#598)

## v2.0.0

This release includes breaking changes such as the removal of the user_settings
Expand Down
2 changes: 1 addition & 1 deletion in_toto/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@


# in-toto version
__version__ = "2.0.0"
__version__ = "2.1.0"
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
# 'requirements-pinned.txt' is updated on GitHub with Dependabot, which
# triggers CI/CD builds to automatically test against updated dependencies.
securesystemslib[crypto,pynacl]>=0.27.0
securesystemslib[crypto,pynacl]>=0.28.0
attrs
python-dateutil
iso8601
Expand Down

0 comments on commit 0b3c3d2

Please sign in to comment.