From 514feac19c072ecdf0de245eec3e12e0b0cb04c8 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 24 Apr 2024 19:40:43 +0200 Subject: [PATCH] bump version to 0.3.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 9e9060f..a314db0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +proxmox-firewall (0.3.1) bookworm; urgency=medium + + * fix #5410: config: fix naming scheme for aliases in firewall config, allow + underscores as long as it's not the first character. + + -- Proxmox Support Team Wed, 24 Apr 2024 19:40:16 +0200 + proxmox-firewall (0.3.0) bookworm; urgency=medium * firewall: improve handling REJECT rules diff --git a/proxmox-firewall/Cargo.toml b/proxmox-firewall/Cargo.toml index 4151f50..fe9dede 100644 --- a/proxmox-firewall/Cargo.toml +++ b/proxmox-firewall/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-firewall" -version = "0.3.0" +version = "0.3.1" edition = "2021" authors = [ "Wolfgang Bumiller ", -- 2.39.2