diff --git a/debian/changelog b/debian/changelog index 44d4e28..1950637 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +jinjaturtle (0.5.5) unstable; urgency=medium + + * erb support + + -- Miguel Jacq Sat, 20 Jun 2026 18:27:00 +1000 + 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 >. diff --git a/pyproject.toml b/pyproject.toml index 1279f81..cbc30c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "jinjaturtle" -version = "0.5.4" +version = "0.5.5" 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 a303b15..f354c18 100644 --- a/rpm/jinjaturtle.spec +++ b/rpm/jinjaturtle.spec @@ -1,4 +1,4 @@ -%global upstream_version 0.5.4 +%global upstream_version 0.5.5 Name: jinjaturtle Version: %{upstream_version} @@ -43,6 +43,8 @@ Convert config files into Ansible defaults and Jinja2 templates. %changelog * Sat Jun 20 2026 Miguel Jacq - %{version}-%{release} +- erb support +* 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}