mirror of
https://github.com/Hopiu/djLint.git
synced 2026-05-05 04:14:51 +00:00
updated version
This commit is contained in:
parent
1bcff422db
commit
2ec6e2900d
3 changed files with 8 additions and 2 deletions
|
|
@ -12,7 +12,7 @@
|
|||
project = "djlint"
|
||||
copyright = "2021, Riverside Healthcare"
|
||||
author = "Christopher Pickering"
|
||||
release = "0.4.9"
|
||||
release = "0.5.0"
|
||||
version = release
|
||||
|
||||
# -- General configuration ---------------------------------------------------
|
||||
|
|
|
|||
|
|
@ -1,6 +1,12 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
0.5.0
|
||||
-----
|
||||
- Fixed several regex matching bugs in linter rules
|
||||
- Stopped linter from returning errors in ignored blocks
|
||||
- Added option to ignore code block from linter/formatter with ``{% djlint:off %}...{% djlint:on %}`` tags
|
||||
|
||||
0.4.9
|
||||
-----
|
||||
- Fixed bug `#35 <https://github.com/Riverside-Healthcare/djLint/issues/35>`_
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ build-backend = "poetry.core.masonry.api"
|
|||
|
||||
[tool.poetry]
|
||||
name="djlint"
|
||||
version="0.4.9"
|
||||
version="0.5.0"
|
||||
description="HTML Template Linter and Formatter"
|
||||
license="GPL-3.0-or-later"
|
||||
authors=["Christopher Pickering <cpickering@rhc.net>"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue