Skip to content

Commit 05d87c0

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

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
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

+1-1
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__ = "[email protected]"

0 commit comments

Comments
 (0)