bump version to 0.9.5-1

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2022-04-01 15:56:38 +02:00
parent 4aff0d7c95
commit 0afe853119
3 changed files with 11 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "proxmox-openid"
version = "0.9.4"
version = "0.9.5"
authors = ["Dietmar Maurer <dietmar@proxmox.com>"]
edition = "2018"
license = "AGPL-3"

8
debian/changelog vendored
View File

@ -1,3 +1,11 @@
rust-proxmox-openid (0.9.5-1) stable; urgency=medium
* avoid chunked transfer-encoding when submitting to the provider's token
endpoint, as some providers like Microsoft's Azure are quite inflexible
and cannot cope with such basic HTTP requests.
-- Proxmox Support Team <support@proxmox.com> Fri, 01 Apr 2022 15:56:07 +0200
rust-proxmox-openid (0.9.4-1) stable; urgency=medium
* re-add HTTP proxy support via the ALL_PROXY environment variable. This got

4
debian/control vendored
View File

@ -51,8 +51,8 @@ Provides:
librust-proxmox-openid-0+default-dev (= ${binary:Version}),
librust-proxmox-openid-0.9-dev (= ${binary:Version}),
librust-proxmox-openid-0.9+default-dev (= ${binary:Version}),
librust-proxmox-openid-0.9.4-dev (= ${binary:Version}),
librust-proxmox-openid-0.9.4+default-dev (= ${binary:Version})
librust-proxmox-openid-0.9.5-dev (= ${binary:Version}),
librust-proxmox-openid-0.9.5+default-dev (= ${binary:Version})
Description: Rust crate "proxmox-openid" - Rust source code
This package contains the source for the Rust proxmox-openid crate, packaged by
debcargo for use with cargo and dh-cargo.