From f8b14fdc79c91205e8747d41fd046111588d9b27 Mon Sep 17 00:00:00 2001 From: Release bot Date: Thu, 18 Oct 2018 12:03:09 +0000 Subject: [PATCH] 0.2.1 release --- CHANGELOG.md | 8 ++++++++ colin/version.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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'