From 66661912e043d7ad322b5f45830f26853fcf8c64 Mon Sep 17 00:00:00 2001 From: Thibaud Colas Date: Thu, 16 Apr 2020 19:54:34 +0100 Subject: [PATCH] Release v0.7.0 --- CHANGELOG.md | 4 ++++ curlylint/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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"