0.5.4
This commit is contained in:
parent
49fee7afe4
commit
5ee084d395
3 changed files with 12 additions and 2 deletions
7
debian/changelog
vendored
7
debian/changelog
vendored
|
|
@ -1,3 +1,10 @@
|
||||||
|
jinjaturtle (0.5.4) unstable; urgency=medium
|
||||||
|
|
||||||
|
* Make templates more faithful to the original file in terms of indentation, newlines, no deserialisation of things like < or >.
|
||||||
|
* More test coverage
|
||||||
|
|
||||||
|
-- Miguel Jacq <mig@mig5.net> Sat, 20 Jun 2026 15:29:00 +1000
|
||||||
|
|
||||||
jinjaturtle (0.5.3) unstable; urgency=medium
|
jinjaturtle (0.5.3) unstable; urgency=medium
|
||||||
|
|
||||||
* Fix loss of comments and True/False to true/false
|
* Fix loss of comments and True/False to true/false
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "jinjaturtle"
|
name = "jinjaturtle"
|
||||||
version = "0.5.3"
|
version = "0.5.4"
|
||||||
description = "Convert config files into Ansible defaults and Jinja2 templates."
|
description = "Convert config files into Ansible defaults and Jinja2 templates."
|
||||||
authors = ["Miguel Jacq <mig@mig5.net>"]
|
authors = ["Miguel Jacq <mig@mig5.net>"]
|
||||||
license = "GPL-3.0-or-later"
|
license = "GPL-3.0-or-later"
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
%global upstream_version 0.5.3
|
%global upstream_version 0.5.4
|
||||||
|
|
||||||
Name: jinjaturtle
|
Name: jinjaturtle
|
||||||
Version: %{upstream_version}
|
Version: %{upstream_version}
|
||||||
|
|
@ -42,6 +42,9 @@ Convert config files into Ansible defaults and Jinja2 templates.
|
||||||
%{_bindir}/jinjaturtle
|
%{_bindir}/jinjaturtle
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jun 20 2026 Miguel Jacq <mig@mig5.net> - %{version}-%{release}
|
||||||
|
- Make templates more faithful to the original file in terms of indentation, newlines, no deserialisation of things like < or >.
|
||||||
|
- More test coverage
|
||||||
* Fri Jun 19 2026 Miguel Jacq <mig@mig5.net> - %{version}-%{release}
|
* Fri Jun 19 2026 Miguel Jacq <mig@mig5.net> - %{version}-%{release}
|
||||||
- Fix loss of comments and True/False to true/false
|
- Fix loss of comments and True/False to true/false
|
||||||
* Fri Jun 19 2026 Miguel Jacq <mig@mig5.net> - %{version}-%{release}
|
* Fri Jun 19 2026 Miguel Jacq <mig@mig5.net> - %{version}-%{release}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue