diff --git a/CHANGELOG.md b/CHANGELOG.md index a6c066d..34d6148 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ ## Unreleased +## [v0.7.0](https://github.com/thibaudcolas/curlylint/releases/tag/v0.7.0) 2020-04-16 + +Generally reworked the CLI to match the experience of black. + ### Added - Improve command line output, matching experience provided by black. diff --git a/curlylint/__init__.py b/curlylint/__init__.py index eed0223..aa07da3 100644 --- a/curlylint/__init__.py +++ b/curlylint/__init__.py @@ -1,5 +1,5 @@ __name__ = "curlylint" -__version__ = "0.6.0" +__version__ = "0.7.0" __description__ = "{{ 🎀}} Prototype linter for Jinja and Django templates, forked from jinjalint" __author__ = "Thibaud Colas" __author_email__ = "thibaudcolas@gmail.com"