diff --git a/debian/changelog b/debian/changelog index 5ab9ef4..44d4e28 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sat, 20 Jun 2026 15:29:00 +1000 + jinjaturtle (0.5.3) unstable; urgency=medium * Fix loss of comments and True/False to true/false diff --git a/pyproject.toml b/pyproject.toml index 039c55d..1279f81 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "jinjaturtle" -version = "0.5.3" +version = "0.5.4" description = "Convert config files into Ansible defaults and Jinja2 templates." authors = ["Miguel Jacq "] license = "GPL-3.0-or-later" diff --git a/rpm/jinjaturtle.spec b/rpm/jinjaturtle.spec index 8d0da22..a303b15 100644 --- a/rpm/jinjaturtle.spec +++ b/rpm/jinjaturtle.spec @@ -1,4 +1,4 @@ -%global upstream_version 0.5.3 +%global upstream_version 0.5.4 Name: jinjaturtle Version: %{upstream_version} @@ -42,6 +42,9 @@ Convert config files into Ansible defaults and Jinja2 templates. %{_bindir}/jinjaturtle %changelog +* Sat Jun 20 2026 Miguel Jacq - %{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 - %{version}-%{release} - Fix loss of comments and True/False to true/false * Fri Jun 19 2026 Miguel Jacq - %{version}-%{release}