mirror of
https://github.com/Hopiu/djLint.git
synced 2026-05-28 06:13:59 +00:00
updated version
This commit is contained in:
parent
14599f6936
commit
068100926b
3 changed files with 8 additions and 2 deletions
|
|
@ -12,7 +12,7 @@
|
|||
project = "djlint"
|
||||
copyright = "2021, Riverside Healthcare"
|
||||
author = "Christopher Pickering"
|
||||
release = "0.6.8"
|
||||
release = "0.6.9"
|
||||
version = release
|
||||
|
||||
# -- General configuration ---------------------------------------------------
|
||||
|
|
|
|||
|
|
@ -9,6 +9,12 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
0.6.9
|
||||
-----
|
||||
- Added HTML and Angular profiles
|
||||
- Allowed some entities in rule #H023
|
||||
- Bug fixes
|
||||
|
||||
0.6.8
|
||||
-----
|
||||
- Bug fixes
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ build-backend = "poetry.core.masonry.api"
|
|||
|
||||
[tool.poetry]
|
||||
name="djlint"
|
||||
version="0.6.8"
|
||||
version="0.6.9"
|
||||
description="HTML Template Linter and Formatter"
|
||||
license="GPL-3.0-or-later"
|
||||
authors=["Christopher Pickering <cpickering@rhc.net>"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue