bump version to 0.7.1

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2025-04-08 15:54:22 +02:00
parent f16e60bc09
commit 0a60fbd309
2 changed files with 8 additions and 1 deletions

7
debian/changelog vendored
View File

@ -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 <support@proxmox.com> Tue, 08 Apr 2025 15:54:01 +0200
proxmox-firewall (0.7.0) bookworm; urgency=medium proxmox-firewall (0.7.0) bookworm; urgency=medium
* security groups: skip in forward chain when interface is specified. * security groups: skip in forward chain when interface is specified.

View File

@ -1,6 +1,6 @@
[package] [package]
name = "proxmox-firewall" name = "proxmox-firewall"
version = "0.7.0" version = "0.7.1"
edition = "2021" edition = "2021"
authors = [ authors = [
"Wolfgang Bumiller <w.bumiller@proxmox.com>", "Wolfgang Bumiller <w.bumiller@proxmox.com>",