From 121e67ae07ca1e8258483671f5bf1095711d480e Mon Sep 17 00:00:00 2001 From: Miguel Jacq Date: Tue, 6 Jan 2026 12:01:37 +1100 Subject: [PATCH] Bump versions --- debian/changelog | 6 ++++++ rpm/jinjaturtle.spec | 4 +++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 7c6473c..723496e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +jinjaturtle (0.4.0) unstable; urgency=medium + + * Support converting systemd files and postfix main.cf + + -- Miguel Jacq Tue, 06 Jan 2026 12:00:00 +1100 + jinjaturtle (0.3.5) unstable; urgency=medium * Support converting a directory (optionally recursively) instead of just an individual file. diff --git a/rpm/jinjaturtle.spec b/rpm/jinjaturtle.spec index 13182e8..7f0aa00 100644 --- a/rpm/jinjaturtle.spec +++ b/rpm/jinjaturtle.spec @@ -1,4 +1,4 @@ -%global upstream_version 0.3.5 +%global upstream_version 0.4.0 Name: jinjaturtle Version: %{upstream_version} @@ -42,6 +42,8 @@ Convert config files into Ansible defaults and Jinja2 templates. %{_bindir}/jinjaturtle %changelog +* Tue Jan 06 2026 Miguel Jacq - %{version}-%{release} +- Support converting systemd files and postfix main.cf * Tue Dec 30 2025 Miguel Jacq - %{version}-%{release} - Support converting a directory (optionally recursively) instead of just an individual file. * Sat Dec 27 2025 Miguel Jacq - %{version}-%{release}