router: bump to 3.1.0-1

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2025-03-04 15:02:39 +01:00
parent fda6fc9def
commit 3f6345021c
4 changed files with 22 additions and 14 deletions

View File

@ -137,7 +137,7 @@ proxmox-login = { version = "0.2.0", path = "proxmox-login" }
proxmox-product-config = { version = "0.2.0", path = "proxmox-product-config" }
proxmox-config-digest = { version = "0.1.0", path = "proxmox-config-digest" }
proxmox-rest-server = { version = "0.8.0", path = "proxmox-rest-server" }
proxmox-router = { version = "3.0.0", path = "proxmox-router" }
proxmox-router = { version = "3.1.0", path = "proxmox-router" }
proxmox-schema = { version = "4.0.0", path = "proxmox-schema" }
proxmox-section-config = { version = "2.1.0", path = "proxmox-section-config" }
proxmox-sendmail = { version = "0.1.0", path = "proxmox-sendmail" }

View File

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

View File

@ -1,3 +1,11 @@
rust-proxmox-router (3.1.0-1) bookworm; urgency=medium
* add `AsyncHttpBodyParameters` api handler type to server feature
* docs: add horizontal line before nested command docs
-- Proxmox Support Team <support@proxmox.com> Tue, 04 Mar 2025 15:02:07 +0100
rust-proxmox-router (3.0.1-1) bookworm; urgency=medium
* rebuild with proxmox-schema 4.0

View File

@ -58,8 +58,8 @@ Suggests:
librust-proxmox-router+test-harness-dev (= ${binary:Version})
Provides:
librust-proxmox-router-3-dev (= ${binary:Version}),
librust-proxmox-router-3.0-dev (= ${binary:Version}),
librust-proxmox-router-3.0.1-dev (= ${binary:Version})
librust-proxmox-router-3.1-dev (= ${binary:Version}),
librust-proxmox-router-3.1.0-dev (= ${binary:Version})
Description: Proxmox API Router and CLI utilities - Rust source code
Source code for Debianized Rust crate "proxmox-router"
@ -75,8 +75,8 @@ Depends:
librust-rustyline-9+default-dev
Provides:
librust-proxmox-router-3+cli-dev (= ${binary:Version}),
librust-proxmox-router-3.0+cli-dev (= ${binary:Version}),
librust-proxmox-router-3.0.1+cli-dev (= ${binary:Version})
librust-proxmox-router-3.1+cli-dev (= ${binary:Version}),
librust-proxmox-router-3.1.0+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.
@ -91,8 +91,8 @@ Depends:
librust-proxmox-router+server-dev (= ${binary:Version})
Provides:
librust-proxmox-router-3+default-dev (= ${binary:Version}),
librust-proxmox-router-3.0+default-dev (= ${binary:Version}),
librust-proxmox-router-3.0.1+default-dev (= ${binary:Version})
librust-proxmox-router-3.1+default-dev (= ${binary:Version}),
librust-proxmox-router-3.1.0+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.
@ -108,8 +108,8 @@ Depends:
librust-hyper-0.14+full-dev (>= 0.14.5-~~)
Provides:
librust-proxmox-router-3+server-dev (= ${binary:Version}),
librust-proxmox-router-3.0+server-dev (= ${binary:Version}),
librust-proxmox-router-3.0.1+server-dev (= ${binary:Version})
librust-proxmox-router-3.1+server-dev (= ${binary:Version}),
librust-proxmox-router-3.1.0+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.
@ -124,8 +124,8 @@ Depends:
librust-hyper-0.14+full-dev (>= 0.14.5-~~)
Provides:
librust-proxmox-router-3+stream-dev (= ${binary:Version}),
librust-proxmox-router-3.0+stream-dev (= ${binary:Version}),
librust-proxmox-router-3.0.1+stream-dev (= ${binary:Version})
librust-proxmox-router-3.1+stream-dev (= ${binary:Version}),
librust-proxmox-router-3.1.0+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.
@ -139,8 +139,8 @@ Depends:
librust-proxmox-schema-4+test-harness-dev
Provides:
librust-proxmox-router-3+test-harness-dev (= ${binary:Version}),
librust-proxmox-router-3.0+test-harness-dev (= ${binary:Version}),
librust-proxmox-router-3.0.1+test-harness-dev (= ${binary:Version})
librust-proxmox-router-3.1+test-harness-dev (= ${binary:Version}),
librust-proxmox-router-3.1.0+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.