bump proxmox-router to 2.1.0-1

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2023-07-28 11:26:01 +02:00
parent 1ce7294e06
commit 985717d948
3 changed files with 19 additions and 11 deletions

View File

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

View File

@ -1,3 +1,9 @@
rust-proxmox-router (2.1.0-1) bookworm; urgency=medium
* move `HttpError` and its macros into its own crate and re-export here
-- Proxmox Support Team <support@proxmox.com> Fri, 28 Jul 2023 11:08:59 +0200
rust-proxmox-router (2.0.0-1) bookworm; urgency=medium
* update to Debian 12 bookworm versioning

View File

@ -15,6 +15,7 @@ Build-Depends: debhelper (>= 12),
librust-nix-0.26+default-dev (>= 0.26.1-~~) <!nocheck>,
librust-percent-encoding-2+default-dev (>= 2.1-~~) <!nocheck>,
librust-proxmox-async-0.4+default-dev (>= 0.4.1-~~) <!nocheck>,
librust-proxmox-http-error-0.1+default-dev <!nocheck>,
librust-proxmox-lang-1+default-dev (>= 1.1-~~) <!nocheck>,
librust-proxmox-schema-2+default-dev <!nocheck>,
librust-rustyline-9+default-dev <!nocheck>,
@ -38,6 +39,7 @@ Depends:
librust-nix-0.26+default-dev (>= 0.26.1-~~),
librust-percent-encoding-2+default-dev (>= 2.1-~~),
librust-proxmox-async-0.4+default-dev (>= 0.4.1-~~),
librust-proxmox-http-error-0.1+default-dev,
librust-proxmox-lang-1+default-dev (>= 1.1-~~),
librust-proxmox-schema-2+default-dev,
librust-serde-1+default-dev,
@ -51,8 +53,8 @@ Suggests:
librust-proxmox-router+test-harness-dev (= ${binary:Version})
Provides:
librust-proxmox-router-2-dev (= ${binary:Version}),
librust-proxmox-router-2.0-dev (= ${binary:Version}),
librust-proxmox-router-2.0.0-dev (= ${binary:Version})
librust-proxmox-router-2.1-dev (= ${binary:Version}),
librust-proxmox-router-2.1.0-dev (= ${binary:Version})
Description: Proxmox API Router and CLI utilities - Rust source code
This package contains the source for the Rust proxmox-router crate, packaged by
debcargo for use with cargo and dh-cargo.
@ -69,8 +71,8 @@ Depends:
librust-tokio-1+default-dev (>= 1.6-~~)
Provides:
librust-proxmox-router-2+cli-dev (= ${binary:Version}),
librust-proxmox-router-2.0+cli-dev (= ${binary:Version}),
librust-proxmox-router-2.0.0+cli-dev (= ${binary:Version})
librust-proxmox-router-2.1+cli-dev (= ${binary:Version}),
librust-proxmox-router-2.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.
@ -85,8 +87,8 @@ Depends:
librust-proxmox-router+server-dev (= ${binary:Version})
Provides:
librust-proxmox-router-2+default-dev (= ${binary:Version}),
librust-proxmox-router-2.0+default-dev (= ${binary:Version}),
librust-proxmox-router-2.0.0+default-dev (= ${binary:Version})
librust-proxmox-router-2.1+default-dev (= ${binary:Version}),
librust-proxmox-router-2.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.
@ -102,8 +104,8 @@ Depends:
librust-hyper-0.14+full-dev (>= 0.14.5-~~)
Provides:
librust-proxmox-router-2+server-dev (= ${binary:Version}),
librust-proxmox-router-2.0+server-dev (= ${binary:Version}),
librust-proxmox-router-2.0.0+server-dev (= ${binary:Version})
librust-proxmox-router-2.1+server-dev (= ${binary:Version}),
librust-proxmox-router-2.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.
@ -117,8 +119,8 @@ Depends:
librust-proxmox-schema-2+test-harness-dev
Provides:
librust-proxmox-router-2+test-harness-dev (= ${binary:Version}),
librust-proxmox-router-2.0+test-harness-dev (= ${binary:Version}),
librust-proxmox-router-2.0.0+test-harness-dev (= ${binary:Version})
librust-proxmox-router-2.1+test-harness-dev (= ${binary:Version}),
librust-proxmox-router-2.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.