diff --git a/proxmox-router/Cargo.toml b/proxmox-router/Cargo.toml index cb7d7370..d5efa532 100644 --- a/proxmox-router/Cargo.toml +++ b/proxmox-router/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-router" -version = "2.2.3" +version = "2.2.4" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/proxmox-router/debian/changelog b/proxmox-router/debian/changelog index 312ce33c..ef3af23b 100644 --- a/proxmox-router/debian/changelog +++ b/proxmox-router/debian/changelog @@ -1,3 +1,13 @@ +rust-proxmox-router (2.2.4-1) bookworm; urgency=medium + + * sort cli properties in usage output + + * deprecate `cli::init_cli_logger()`, replaced by one in proxmox-log + + * some clippy fixes + + -- Proxmox Support Team Fri, 30 Aug 2024 13:52:16 +0200 + rust-proxmox-router (2.2.3-1) stable; urgency=medium * remove unused dependencies `regex` and `tokio` diff --git a/proxmox-router/debian/control b/proxmox-router/debian/control index 5f0e3a31..8c5352d9 100644 --- a/proxmox-router/debian/control +++ b/proxmox-router/debian/control @@ -55,7 +55,7 @@ Suggests: Provides: librust-proxmox-router-2-dev (= ${binary:Version}), librust-proxmox-router-2.2-dev (= ${binary:Version}), - librust-proxmox-router-2.2.3-dev (= ${binary:Version}) + librust-proxmox-router-2.2.4-dev (= ${binary:Version}) Description: Proxmox API Router and CLI utilities - Rust source code Source code for Debianized Rust crate "proxmox-router" @@ -71,7 +71,7 @@ Depends: Provides: librust-proxmox-router-2+cli-dev (= ${binary:Version}), librust-proxmox-router-2.2+cli-dev (= ${binary:Version}), - librust-proxmox-router-2.2.3+cli-dev (= ${binary:Version}) + librust-proxmox-router-2.2.4+cli-dev (= ${binary:Version}) Description: Proxmox API Router and CLI utilities - feature "cli" This metapackage enables feature "cli" for the Rust proxmox-router crate, by pulling in any additional dependencies needed by that feature. @@ -87,7 +87,7 @@ Depends: Provides: librust-proxmox-router-2+default-dev (= ${binary:Version}), librust-proxmox-router-2.2+default-dev (= ${binary:Version}), - librust-proxmox-router-2.2.3+default-dev (= ${binary:Version}) + librust-proxmox-router-2.2.4+default-dev (= ${binary:Version}) Description: Proxmox API Router and CLI utilities - feature "default" This metapackage enables feature "default" for the Rust proxmox-router crate, by pulling in any additional dependencies needed by that feature. @@ -104,7 +104,7 @@ Depends: Provides: librust-proxmox-router-2+server-dev (= ${binary:Version}), librust-proxmox-router-2.2+server-dev (= ${binary:Version}), - librust-proxmox-router-2.2.3+server-dev (= ${binary:Version}) + librust-proxmox-router-2.2.4+server-dev (= ${binary:Version}) Description: Proxmox API Router and CLI utilities - feature "server" This metapackage enables feature "server" for the Rust proxmox-router crate, by pulling in any additional dependencies needed by that feature. @@ -119,7 +119,7 @@ Depends: Provides: librust-proxmox-router-2+test-harness-dev (= ${binary:Version}), librust-proxmox-router-2.2+test-harness-dev (= ${binary:Version}), - librust-proxmox-router-2.2.3+test-harness-dev (= ${binary:Version}) + librust-proxmox-router-2.2.4+test-harness-dev (= ${binary:Version}) Description: Proxmox API Router and CLI utilities - feature "test-harness" This metapackage enables feature "test-harness" for the Rust proxmox-router crate, by pulling in any additional dependencies needed by that feature.