Skip to content

Commit b7c4288

Browse files
committed
Release v0.9.0
1 parent 2fe7575 commit b7c4288

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

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

7+
## [v0.9.0](https://github.com/thibaudcolas/curlylint/releases/tag/v0.9.0) 2020-05-14
8+
79
### Added
810

911
- Add support for configuring and disabling individual rules via configuration file, under `[tool.curlylint.rules]`.

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.8.0"
2+
__version__ = "0.9.0"
33
__description__ = "{{ 🎀}} Prototype linter for Jinja and Django templates, forked from jinjalint"
44
__author__ = "Thibaud Colas"
55
__author_email__ = "thibaudcolas@gmail.com"

0 commit comments

Comments
 (0)