Skip to content

Commit 20d279d

Browse files
committed
Release v0.13.1
1 parent 5bd2922 commit 20d279d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

7+
## [v0.13.1](https://github.com/thibaudcolas/curlylint/releases/tag/v0.13.1) 2022-03-30
8+
9+
### Fixed
10+
11+
- Update `patch_click` to fix compatibility issue with click 8.1.0. Fix [#132](https://github.com/thibaudcolas/curlylint/issues/132) ([#133](https://github.com/thibaudcolas/curlylint/pull/133)). Thanks to [@jmsmkn](https://github.com/jmsmkn) and [@adamchainz](https://github.com/adamchainz)!
12+
- Fix incorrect documentation for [`no_autofocus`](https://www.curlylint.org/docs/rules/no_autofocus) and [`tabindex_no_positive`](https://www.curlylint.org/docs/rules/tabindex_no_positive).
13+
714
## [v0.13.0](https://github.com/thibaudcolas/curlylint/releases/tag/v0.13.0) 2021-04-25
815

916
This release comes with a blog post! Read on [Quality-of-life improvements](https://www.curlylint.org/blog/quality-of-life-improvements).

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.13.0"
2+
__version__ = "0.13.1"
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)