Skip to content

Commit

Permalink
Merge pull request #338 from lukpueh/bump_release_0.4.2
Browse files Browse the repository at this point in the history
Bump release 0.4.2
  • Loading branch information
lukpueh committed Jan 7, 2020
2 parents 57d47a0 + 49383b1 commit 91ff647
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## in-toto v0.4.2

* Drop custom OpenPGP subpackage and subprocess module and instead use the
ones provided by securesystemslib, which are based on the in-toto
implementation and receive continued support from a larger community (#325)
- A race condition that caused tests to sporadically fail was already fixed
in securesystemslib and is now also available to in-toto (#282,
secure-systems-lab/securesystemslib#186)
* Add Sphinx boilerplate and update installation instructions (#298, #331)
* Update misc dependencies (#317, #318, #319, #320, #322, #323, #324, #326, #327, #328, #333, #335, #329)
* Update downstream debian metadata (#311, #334)

## in-toto v0.4.1

* Update securesystemslib dependency to v0.12.0 (#299)
Expand Down
2 changes: 1 addition & 1 deletion in_toto/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
import in_toto.log

# in-toto version
__version__ = "0.4.1"
__version__ = "0.4.2"
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
securesystemslib[crypto,pynacl]>=0.11.3
securesystemslib[crypto,pynacl]>=0.12.0
attrs
python-dateutil
iso8601
Expand Down

0 comments on commit 91ff647

Please sign in to comment.