Bump versions
This commit is contained in:
parent
2f77cd4d80
commit
121e67ae07
2 changed files with 9 additions and 1 deletions
6
debian/changelog
vendored
6
debian/changelog
vendored
|
|
@ -1,3 +1,9 @@
|
||||||
|
jinjaturtle (0.4.0) unstable; urgency=medium
|
||||||
|
|
||||||
|
* Support converting systemd files and postfix main.cf
|
||||||
|
|
||||||
|
-- Miguel Jacq <mig@mig5.net> Tue, 06 Jan 2026 12:00:00 +1100
|
||||||
|
|
||||||
jinjaturtle (0.3.5) unstable; urgency=medium
|
jinjaturtle (0.3.5) unstable; urgency=medium
|
||||||
|
|
||||||
* Support converting a directory (optionally recursively) instead of just an individual file.
|
* Support converting a directory (optionally recursively) instead of just an individual file.
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
%global upstream_version 0.3.5
|
%global upstream_version 0.4.0
|
||||||
|
|
||||||
Name: jinjaturtle
|
Name: jinjaturtle
|
||||||
Version: %{upstream_version}
|
Version: %{upstream_version}
|
||||||
|
|
@ -42,6 +42,8 @@ Convert config files into Ansible defaults and Jinja2 templates.
|
||||||
%{_bindir}/jinjaturtle
|
%{_bindir}/jinjaturtle
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 06 2026 Miguel Jacq <mig@mig5.net> - %{version}-%{release}
|
||||||
|
- Support converting systemd files and postfix main.cf
|
||||||
* Tue Dec 30 2025 Miguel Jacq <mig@mig5.net> - %{version}-%{release}
|
* Tue Dec 30 2025 Miguel Jacq <mig@mig5.net> - %{version}-%{release}
|
||||||
- Support converting a directory (optionally recursively) instead of just an individual file.
|
- Support converting a directory (optionally recursively) instead of just an individual file.
|
||||||
* Sat Dec 27 2025 Miguel Jacq <mig@mig5.net> - %{version}-%{release}
|
* Sat Dec 27 2025 Miguel Jacq <mig@mig5.net> - %{version}-%{release}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue