diff --git a/proxmox-auth-api/Cargo.toml b/proxmox-auth-api/Cargo.toml index 7e53a03f..a92d3af3 100644 --- a/proxmox-auth-api/Cargo.toml +++ b/proxmox-auth-api/Cargo.toml @@ -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 diff --git a/proxmox-auth-api/debian/changelog b/proxmox-auth-api/debian/changelog index e291e505..e193aa9f 100644 --- a/proxmox-auth-api/debian/changelog +++ b/proxmox-auth-api/debian/changelog @@ -1,3 +1,9 @@ +rust-proxmox-auth-api (0.3.5) bookworm; urgency=medium + + * implement `Display` for `Realm{, Ref}` + + -- Proxmox Support Team 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 diff --git a/proxmox-auth-api/debian/control b/proxmox-auth-api/debian/control index 9a79c23f..b29df45e 100644 --- a/proxmox-auth-api/debian/control +++ b/proxmox-auth-api/debian/control @@ -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.