From 0a60fbd309bc43c72687ea75a631c96862c632d2 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 8 Apr 2025 15:54:22 +0200 Subject: [PATCH] bump version to 0.7.1 Signed-off-by: Thomas Lamprecht --- debian/changelog | 7 +++++++ proxmox-firewall/Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 4cd75eb..f4f7ef2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +proxmox-firewall (0.7.1) bookworm; urgency=medium + + * guest: do not try to create map entries if there are no devices that have + the firewall enabled + + -- Proxmox Support Team Tue, 08 Apr 2025 15:54:01 +0200 + proxmox-firewall (0.7.0) bookworm; urgency=medium * security groups: skip in forward chain when interface is specified. diff --git a/proxmox-firewall/Cargo.toml b/proxmox-firewall/Cargo.toml index 37dd6bf..a9abf93 100644 --- a/proxmox-firewall/Cargo.toml +++ b/proxmox-firewall/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-firewall" -version = "0.7.0" +version = "0.7.1" edition = "2021" authors = [ "Wolfgang Bumiller ",