diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4e51c35c..e462878f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -40,7 +40,7 @@ repos: - id: prettier types_or: [css, scss, javascript] - repo: https://github.com/Riverside-Healthcare/djLint - rev: v1.26.0 + rev: v1.27.0 hooks: - id: djlint-jinja types_or: ["html"] diff --git a/docs/release/ablog-v0.11-released.rst b/docs/release/ablog-v0.11-released.rst index 7bc20818..0c94e4e3 100644 --- a/docs/release/ablog-v0.11-released.rst +++ b/docs/release/ablog-v0.11-released.rst @@ -27,26 +27,33 @@ Pull Requests merged in: `Template rework `__. -`Add external links for posts `__ from `Chris Holdgraf `__. +`Add external links for posts #`__ from `Chris Holdgraf `__. ABlog v0.11.1 released ---------------------- Pull Requests merged in: -`Update version handling to remove use of pkg_resources `__ +`Update version handling to remove use of pkg_resources #`__ ABlog v0.11.2 released ---------------------- Pull Requests merged in: -`append posts to atom feed to keep post order from new to old `__ from `lexming `__. -`avoid spurious warning about posts with front-matter and post directive `__ from `lexming `__. +`append posts to atom feed to keep post order from new to old #`__ from `lexming `__. +`avoid spurious warning about posts with front-matter and post directive #`__ from `lexming `__. ABlog v0.11.3 released ---------------------- Pull Requests merged in: -`use fully qualified URLs for images in atom feed # `__ from `lexming `__. +`use fully qualified URLs for images in atom feed #`__ from `lexming `__. + +ABlog v0.11.4 released +---------------------- + +Pull Requests merged in: + +`Use paragraph instead of container for blog post exerpts #`__ from `lexming `__.