updated version

This commit is contained in:
Christopher Pickering 2021-10-04 13:33:52 +02:00
parent bdc3645415
commit b24cc81875
No known key found for this signature in database
GPG key ID: E14DB3B0A0FACF84
3 changed files with 7 additions and 2 deletions

View file

@ -12,7 +12,7 @@
project = "djlint"
copyright = "2021, Riverside Healthcare"
author = "Christopher Pickering"
release = "0.5.0"
release = "0.5.1"
version = release
# -- General configuration ---------------------------------------------------

View file

@ -1,6 +1,11 @@
Changelog
=========
0.5.1
-----
- Added rule H019
- Fixed bugs in DJ018 and H012
0.5.0
-----
- Fixed several regex matching bugs in linter rules

View file

@ -7,7 +7,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name="djlint"
version="0.5.0"
version="0.5.1"
description="HTML Template Linter and Formatter"
license="GPL-3.0-or-later"
authors=["Christopher Pickering <cpickering@rhc.net>"]