We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fe7575 commit b7c4288Copy full SHA for b7c4288
CHANGELOG.md
@@ -4,6 +4,8 @@
4
5
## Unreleased
6
7
+## [v0.9.0](https://github.com/thibaudcolas/curlylint/releases/tag/v0.9.0) 2020-05-14
8
+
9
### Added
10
11
- Add support for configuring and disabling individual rules via configuration file, under `[tool.curlylint.rules]`.
curlylint/__init__.py
@@ -1,5 +1,5 @@
1
__name__ = "curlylint"
2
-__version__ = "0.8.0"
+__version__ = "0.9.0"
3
__description__ = "{{ 🎀}} Prototype linter for Jinja and Django templates, forked from jinjalint"
__author__ = "Thibaud Colas"
__author_email__ = "thibaudcolas@gmail.com"
0 commit comments