auth-api: bump version to 0.3.5
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
bd944b06f9
commit
863d760340
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "proxmox-auth-api"
|
||||
version = "0.3.4"
|
||||
version = "0.3.5"
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
@ -1,3 +1,9 @@
|
||||
rust-proxmox-auth-api (0.3.5) bookworm; urgency=medium
|
||||
|
||||
* implement `Display` for `Realm{, Ref}`
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Wed, 24 Apr 2024 21:21:39 +0200
|
||||
|
||||
rust-proxmox-auth-api (0.3.4) bookworm; urgency=medium
|
||||
|
||||
* update to new proxmox-schema using const_format to define static strings
|
||||
|
@ -31,8 +31,8 @@ Provides:
|
||||
librust-proxmox-auth-api-0+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-auth-api-0.3-dev (= ${binary:Version}),
|
||||
librust-proxmox-auth-api-0.3+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-auth-api-0.3.4-dev (= ${binary:Version}),
|
||||
librust-proxmox-auth-api-0.3.4+default-dev (= ${binary:Version})
|
||||
librust-proxmox-auth-api-0.3.5-dev (= ${binary:Version}),
|
||||
librust-proxmox-auth-api-0.3.5+default-dev (= ${binary:Version})
|
||||
Description: Tickets, API and Realm handling - Rust source code
|
||||
Source code for Debianized Rust crate "proxmox-auth-api"
|
||||
|
||||
@ -53,7 +53,7 @@ Depends:
|
||||
Provides:
|
||||
librust-proxmox-auth-api-0+api-dev (= ${binary:Version}),
|
||||
librust-proxmox-auth-api-0.3+api-dev (= ${binary:Version}),
|
||||
librust-proxmox-auth-api-0.3.4+api-dev (= ${binary:Version})
|
||||
librust-proxmox-auth-api-0.3.5+api-dev (= ${binary:Version})
|
||||
Description: Tickets, API and Realm handling - feature "api"
|
||||
This metapackage enables feature "api" for the Rust proxmox-auth-api crate, by
|
||||
pulling in any additional dependencies needed by that feature.
|
||||
@ -76,7 +76,7 @@ Depends:
|
||||
Provides:
|
||||
librust-proxmox-auth-api-0+api-types-dev (= ${binary:Version}),
|
||||
librust-proxmox-auth-api-0.3+api-types-dev (= ${binary:Version}),
|
||||
librust-proxmox-auth-api-0.3.4+api-types-dev (= ${binary:Version})
|
||||
librust-proxmox-auth-api-0.3.5+api-types-dev (= ${binary:Version})
|
||||
Description: Tickets, API and Realm handling - feature "api-types"
|
||||
This metapackage enables feature "api-types" for the Rust proxmox-auth-api
|
||||
crate, by pulling in any additional dependencies needed by that feature.
|
||||
@ -94,7 +94,7 @@ Depends:
|
||||
Provides:
|
||||
librust-proxmox-auth-api-0+pam-authenticator-dev (= ${binary:Version}),
|
||||
librust-proxmox-auth-api-0.3+pam-authenticator-dev (= ${binary:Version}),
|
||||
librust-proxmox-auth-api-0.3.4+pam-authenticator-dev (= ${binary:Version})
|
||||
librust-proxmox-auth-api-0.3.5+pam-authenticator-dev (= ${binary:Version})
|
||||
Description: Tickets, API and Realm handling - feature "pam-authenticator"
|
||||
This metapackage enables feature "pam-authenticator" for the Rust proxmox-auth-
|
||||
api crate, by pulling in any additional dependencies needed by that feature.
|
||||
@ -111,7 +111,7 @@ Depends:
|
||||
Provides:
|
||||
librust-proxmox-auth-api-0+ticket-dev (= ${binary:Version}),
|
||||
librust-proxmox-auth-api-0.3+ticket-dev (= ${binary:Version}),
|
||||
librust-proxmox-auth-api-0.3.4+ticket-dev (= ${binary:Version})
|
||||
librust-proxmox-auth-api-0.3.5+ticket-dev (= ${binary:Version})
|
||||
Description: Tickets, API and Realm handling - feature "ticket"
|
||||
This metapackage enables feature "ticket" for the Rust proxmox-auth-api crate,
|
||||
by pulling in any additional dependencies needed by that feature.
|
||||
|
Loading…
Reference in New Issue
Block a user