mirror of
https://github.com/Hopiu/djLint.git
synced 2026-05-23 20:25:49 +00:00
updated version
This commit is contained in:
parent
f38383a629
commit
b1c5ac31b9
3 changed files with 6 additions and 4 deletions
|
|
@ -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 ---------------------------------------------------
|
||||
|
|
|
|||
|
|
@ -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
|
||||
-----
|
||||
|
|
|
|||
|
|
@ -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>"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue