From 5262cefd34d4e0fe24e5404c2a4f9f32035ceddb Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Wed, 17 Jul 2024 14:18:15 +0200 Subject: [PATCH] router: bump to 2.2.0-1 Signed-off-by: Wolfgang Bumiller --- proxmox-router/Cargo.toml | 2 +- proxmox-router/debian/changelog | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/proxmox-router/Cargo.toml b/proxmox-router/Cargo.toml index aae38194..43a6a7e5 100644 --- a/proxmox-router/Cargo.toml +++ b/proxmox-router/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-router" -version = "2.1.5" +version = "2.2.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/proxmox-router/debian/changelog b/proxmox-router/debian/changelog index 1543c90f..432c8449 100644 --- a/proxmox-router/debian/changelog +++ b/proxmox-router/debian/changelog @@ -1,3 +1,21 @@ +rust-proxmox-router (2.2.0-1) stable; urgency=medium + + * AsAny: add as_any_mut + + * cli: store extra object-schema args by type + + * cli: add a new CLI parser with support for global/hierarchical parameters + which does not support single-dash for long options + + * cli: support 'help' output, completion and doc generation with the new CLI + parser + + * add tests for doc generation + + * use const blocks in thread_local! calls + + -- Proxmox Support Team Wed, 17 Jul 2024 14:17:48 +0200 + rust-proxmox-router (2.1.5-1) stable; urgency=medium * repalce c_str! macro usage with c"literalsl"