This commit is contained in:
Miguel Jacq 2026-06-20 18:28:19 +10:00
parent 00d0064362
commit 13d1a2b972
Signed by: mig5
GPG key ID: 03906B4110AAD3B8
3 changed files with 10 additions and 2 deletions

View file

@ -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 <mig@mig5.net> - %{version}-%{release}
- erb support
* 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}