Skip to content

Commit

Permalink
Merge pull request #188 from lukpueh/bump_release_0.2.1
Browse files Browse the repository at this point in the history
Bump release 0.2.1
  • Loading branch information
lukpueh committed Feb 21, 2018
2 parents ce1f960 + f4b8129 commit f10ac5d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## in-toto v0.2.1

* Model changes
- Add metablock validators
- Add abstract class for layout steps and inspections
- Disallow passing command string to step and inspection constructor
- Add custom `__repr__` for step and inspection objects
- Add layout creation convenience methods
* Command Line tool changes
- Add missing shebangs
- Enhance help messages
- Fix argparse bug for required subcommand in in-toto-record
- Rename short option to record streams in in-toto-run
* Fix gpg hashing algorithm name
* Add layout creation example document
* Refactor logging and user feedback
* Rename artifact_rules module to rulelib and add convenience methods


## in-toto v0.2.0

* Fix link metadata bug in in_toto_mock
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.0"
version = "0.2.1"

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

0 comments on commit f10ac5d

Please sign in to comment.