bump version to 0.9.4-1

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2022-03-22 11:32:10 +01:00
parent 23e6c398a2
commit 1f47f7d3eb
3 changed files with 10 additions and 3 deletions

View File

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

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
rust-proxmox-openid (0.9.4-1) stable; urgency=medium
* re-add HTTP proxy support via the ALL_PROXY environment variable. This got
lost with switching the HTTP client from curl to ureq.
-- Proxmox Support Team <support@proxmox.com> Tue, 22 Mar 2022 11:31:08 +0100
rust-proxmox-openid (0.9.3-1) stable; urgency=medium
* use much simpler ureq (with native-tls) HTTP client instead of curl

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.3-dev (= ${binary:Version}),
librust-proxmox-openid-0.9.3+default-dev (= ${binary:Version})
librust-proxmox-openid-0.9.4-dev (= ${binary:Version}),
librust-proxmox-openid-0.9.4+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.