router: bump to 2.2.4-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
9a17ff15f7
commit
a46dd1a60a
@ -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
|
||||
|
@ -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 <support@proxmox.com> Fri, 30 Aug 2024 13:52:16 +0200
|
||||
|
||||
rust-proxmox-router (2.2.3-1) stable; urgency=medium
|
||||
|
||||
* remove unused dependencies `regex` and `tokio`
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user