Skip to content

Commit

Permalink
Merge pull request #233 from lukpueh/bump_release_0.2.3
Browse files Browse the repository at this point in the history
Bump release 0.2.3
  • Loading branch information
SantiagoTorres committed Oct 9, 2018
2 parents 08e54e9 + bff9cfb commit b19ba72
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## in-toto v0.2.3

* Add common interface for Python's subprocess module
* Add Python 3.7 support
* Drop Python 3.3 support
* Add windows support
* Add AppVeyor testing (windows)
* Add optional line ending normalization when hashing artifacts (windows)
* Add optional compact json representation for metadata
* Make exclude filter behavior match gitignore when recording artifacts
* Make cwd recording optional when creating link metadata
* Add a substitution layer to support parameter substitution upon verification
* Improve gpg support
* Add full support for ed25519 keys and add optional key type parameter
* Fix bug in rule verification (https://github.com/in-toto/in-toto/pull/204)


## in-toto v0.2.2

* Add support for gpg signing subkeys.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"""
from setuptools import setup, find_packages

version = "0.2.2"
version = "0.2.3"

setup(
name="in-toto",
Expand Down

0 comments on commit b19ba72

Please sign in to comment.