diff --git a/CHANGELOG.md b/CHANGELOG.md index e5aa520..1146e32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ ## Unreleased +## [v0.12.0](https://github.com/thibaudcolas/curlylint/releases/tag/v0.12.0) 2020-07-26 + +Release notes from the blog: [Accessibility linting rules](https://www.curlylint.org/blog/accessibility-linting-rules) + ### Added - Add experimental `django_forms_rendering` rule. diff --git a/curlylint/__init__.py b/curlylint/__init__.py index 900a2e3..2c1481d 100644 --- a/curlylint/__init__.py +++ b/curlylint/__init__.py @@ -1,5 +1,5 @@ __name__ = "curlylint" -__version__ = "0.11.0" +__version__ = "0.12.0" __description__ = "{{ 🎀}} Experimental HTML templates linting for Jinja, Nunjucks, Django templates, Twig, Liquid" __author__ = "Thibaud Colas" __author_email__ = "thibaudcolas@gmail.com"