router: bump to 2.2.1-1

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2024-07-22 09:06:32 +02:00
parent 45a1e580c8
commit f2130b69c8
3 changed files with 15 additions and 6 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "proxmox-router"
version = "2.2.0"
version = "2.2.1"
authors.workspace = true
edition.workspace = true
license.workspace = true

View File

@ -1,3 +1,12 @@
rust-proxmox-router (2.2.1-1) stable; urgency=medium
* cli: fix cli commands with no positional args (don't set 'deny_unknown' at
the end)
* fix typos in api and code documentation
-- Proxmox Support Team <support@proxmox.com> Mon, 22 Jul 2024 09:06:23 +0200
rust-proxmox-router (2.2.0-1) stable; urgency=medium
* AsAny: add as_any_mut

View File

@ -53,7 +53,7 @@ Suggests:
Provides:
librust-proxmox-router-2-dev (= ${binary:Version}),
librust-proxmox-router-2.2-dev (= ${binary:Version}),
librust-proxmox-router-2.2.0-dev (= ${binary:Version})
librust-proxmox-router-2.2.1-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.0+cli-dev (= ${binary:Version})
librust-proxmox-router-2.2.1+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.0+default-dev (= ${binary:Version})
librust-proxmox-router-2.2.1+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.0+server-dev (= ${binary:Version})
librust-proxmox-router-2.2.1+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.0+test-harness-dev (= ${binary:Version})
librust-proxmox-router-2.2.1+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.