Skip to content

Commit 05d87c0

Browse files
committed
Release v0.12.0
1 parent 585f552 commit 05d87c0

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
55
## Unreleased
66

7+
## [v0.12.0](https://github.com/thibaudcolas/curlylint/releases/tag/v0.12.0) 2020-07-26
8+
9+
Release notes from the blog: [Accessibility linting rules](https://www.curlylint.org/blog/accessibility-linting-rules)
10+
711
### Added
812

913
- Add experimental `django_forms_rendering` rule.

curlylint/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__name__ = "curlylint"
2-
__version__ = "0.11.0"
2+
__version__ = "0.12.0"
33
__description__ = "{{ 🎀}} Experimental HTML templates linting for Jinja, Nunjucks, Django templates, Twig, Liquid"
44
__author__ = "Thibaud Colas"
55
__author_email__ = "thibaudcolas@gmail.com"

0 commit comments

Comments
 (0)