0.5.5
This commit is contained in:
parent
00d0064362
commit
13d1a2b972
3 changed files with 10 additions and 2 deletions
6
debian/changelog
vendored
6
debian/changelog
vendored
|
|
@ -1,3 +1,9 @@
|
|||
jinjaturtle (0.5.5) unstable; urgency=medium
|
||||
|
||||
* erb support
|
||||
|
||||
-- Miguel Jacq <mig@mig5.net> 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 >.
|
||||
|
|
|
|||
|
|
@ -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 <mig@mig5.net>"]
|
||||
license = "GPL-3.0-or-later"
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue