diff --git a/CHANGELOG.md b/CHANGELOG.md index 76cad0fd..d43dc068 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# 0.2.1 + +## New Features + +* Allow setting CLI options via environment variables +* Allow loading rulesets from virtualenv +* Add info subcommand + # 0.2.0 ## Breaking changes diff --git a/colin/version.py b/colin/version.py index 298cbccf..701e0a55 100644 --- a/colin/version.py +++ b/colin/version.py @@ -14,4 +14,4 @@ # along with this program. If not, see . # -__version__ = '0.2.0' +__version__ = '0.2.1'