updated version

This commit is contained in:
Christopher Pickering 2021-10-05 10:21:28 +02:00
parent f38383a629
commit b1c5ac31b9
No known key found for this signature in database
GPG key ID: E14DB3B0A0FACF84
3 changed files with 6 additions and 4 deletions

View file

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

View file

@ -1,8 +1,8 @@
Changelog
=========
Next Release
------------
0.5.2
-----
- Split ``alt`` requirement from H006 to H013
- Added optional custom rules file
- Added ``golang`` as profile option
@ -10,6 +10,8 @@ Next Release
- Added default text to ``--indent`` and ``-e`` options
- Update url rules to accept #
- Fixed file encoding on Windows OS
- Fix single line template tag regex
- Fix ``blank_line_after_tag`` for tags with leading space
0.5.1
-----

View file

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