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"