diff --git a/debian/changelog b/debian/changelog index 1950637..d32bd4f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +jinjaturtle (0.5.6) unstable; urgency=medium + + * Try to prevent what could lead to execution of embedded jinja in original files when converting + + -- Miguel Jacq Tue, 23 Jun 2026 16:47:00 +1000 + jinjaturtle (0.5.5) unstable; urgency=medium * erb support diff --git a/pyproject.toml b/pyproject.toml index 108a7b2..d856172 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "jinjaturtle" -version = "0.5.5" +version = "0.5.6" description = "Convert config files into Ansible defaults and Jinja2 templates." authors = [ { name = "Miguel Jacq", email = "mig@mig5.net" }, diff --git a/rpm/jinjaturtle.spec b/rpm/jinjaturtle.spec index f354c18..2ed4063 100644 --- a/rpm/jinjaturtle.spec +++ b/rpm/jinjaturtle.spec @@ -1,4 +1,4 @@ -%global upstream_version 0.5.5 +%global upstream_version 0.5.6 Name: jinjaturtle Version: %{upstream_version} @@ -42,6 +42,8 @@ Convert config files into Ansible defaults and Jinja2 templates. %{_bindir}/jinjaturtle %changelog +* Tue Jun 23 2026 Miguel Jacq - %{version}-%{release} +- Try to prevent what could lead to execution of embedded jinja in original files when converting * Sat Jun 20 2026 Miguel Jacq - %{version}-%{release} - erb support * Sat Jun 20 2026 Miguel Jacq - %{version}-%{release}