router: bump version to 3.2.2-1

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht
2025-06-16 12:51:21 +02:00
parent 4b8065d9d5
commit 35c28da99f
4 changed files with 15 additions and 8 deletions

View File

@ -143,7 +143,7 @@ proxmox-login = { version = "1.0.0", path = "proxmox-login" }
proxmox-product-config = { version = "1.0.0", path = "proxmox-product-config" }
proxmox-config-digest = { version = "1.0.0", path = "proxmox-config-digest" }
proxmox-rest-server = { version = "1.0.0", path = "proxmox-rest-server" }
proxmox-router = { version = "3.2.0", path = "proxmox-router" }
proxmox-router = { version = "3.2.2", path = "proxmox-router" }
proxmox-schema = { version = "4.1.0", path = "proxmox-schema" }
proxmox-section-config = { version = "3.1.0", path = "proxmox-section-config" }
proxmox-sendmail = { version = "1.0.0", path = "proxmox-sendmail" }

View File

@ -1,7 +1,7 @@
[package]
name = "proxmox-router"
description = "proxmox API Router and CLI utilities"
version = "3.2.1"
version = "3.2.2"
authors.workspace = true
edition.workspace = true

View File

@ -1,3 +1,10 @@
rust-proxmox-router (3.2.2-1) trixie; urgency=medium
* synopsis generation: avoid outputting transition at start of section for
Restructured Text format.
-- Proxmox Support Team <support@proxmox.com> Mon, 16 Jun 2025 12:51:14 +0200
rust-proxmox-router (3.2.1-1) trixie; urgency=medium
* add missing `#[cfg(feature = "server")]` to allow building without default

View File

@ -64,7 +64,7 @@ Suggests:
Provides:
librust-proxmox-router-3-dev (= ${binary:Version}),
librust-proxmox-router-3.2-dev (= ${binary:Version}),
librust-proxmox-router-3.2.1-dev (= ${binary:Version})
librust-proxmox-router-3.2.2-dev (= ${binary:Version})
Description: Proxmox API Router and CLI utilities - Rust source code
Source code for Debianized Rust crate "proxmox-router"
@ -81,7 +81,7 @@ Depends:
Provides:
librust-proxmox-router-3+cli-dev (= ${binary:Version}),
librust-proxmox-router-3.2+cli-dev (= ${binary:Version}),
librust-proxmox-router-3.2.1+cli-dev (= ${binary:Version})
librust-proxmox-router-3.2.2+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.
@ -97,7 +97,7 @@ Depends:
Provides:
librust-proxmox-router-3+default-dev (= ${binary:Version}),
librust-proxmox-router-3.2+default-dev (= ${binary:Version}),
librust-proxmox-router-3.2.1+default-dev (= ${binary:Version})
librust-proxmox-router-3.2.2+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.
@ -116,7 +116,7 @@ Depends:
Provides:
librust-proxmox-router-3+server-dev (= ${binary:Version}),
librust-proxmox-router-3.2+server-dev (= ${binary:Version}),
librust-proxmox-router-3.2.1+server-dev (= ${binary:Version})
librust-proxmox-router-3.2.2+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.
@ -135,7 +135,7 @@ Depends:
Provides:
librust-proxmox-router-3+stream-dev (= ${binary:Version}),
librust-proxmox-router-3.2+stream-dev (= ${binary:Version}),
librust-proxmox-router-3.2.1+stream-dev (= ${binary:Version})
librust-proxmox-router-3.2.2+stream-dev (= ${binary:Version})
Description: Proxmox API Router and CLI utilities - feature "stream"
This metapackage enables feature "stream" for the Rust proxmox-router crate, by
pulling in any additional dependencies needed by that feature.
@ -150,7 +150,7 @@ Depends:
Provides:
librust-proxmox-router-3+test-harness-dev (= ${binary:Version}),
librust-proxmox-router-3.2+test-harness-dev (= ${binary:Version}),
librust-proxmox-router-3.2.1+test-harness-dev (= ${binary:Version})
librust-proxmox-router-3.2.2+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.