Skip to content

Commit

Permalink
Merge pull request #461 from adityasaky/prepare-v1.1.1
Browse files Browse the repository at this point in the history
Prepare v1.1.1
  • Loading branch information
SantiagoTorres authored Jul 27, 2021
2 parents de99079 + 6d196b9 commit e8d180f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## v1.1.1

### Added
* Added tests that use source and destination prefixes in match rules, courtesy of
Brandon Michael Hunter (#456)

### Changed
* Updated documentation of command alignment during verification workflow (#455)
* Started using GitHub-native dependabot ($450)
* Bump dependencies: attrs (#451), six (#452), securesystemslib (#453),
cffi (#457), python-dateutil (#458), iso8601 (#459), pathspec (#460)
* Fixed linter warnings (#462)

## v1.1.0
**NOTE**: this release of in-toto drops supports for Python 2.7.
This is because Python 2.7 was marked [end-of-life](
Expand Down
2 changes: 1 addition & 1 deletion in_toto/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@


# in-toto version
__version__ = "1.1.0"
__version__ = "1.1.1"

0 comments on commit e8d180f

Please sign in to comment.