[pbs-devel] [PATCH proxmox-openid-rs 5/5] bump version to 0.7.0-1
Dietmar Maurer
dietmar at proxmox.com
Fri Aug 6 09:17:09 CEST 2021
---
Cargo.toml | 2 +-
debian/changelog | 12 ++++++++++++
debian/control | 8 ++++----
3 files changed, 17 insertions(+), 5 deletions(-)
diff --git a/Cargo.toml b/Cargo.toml
index fc839c2..ed41091 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "proxmox-openid"
-version = "0.6.1"
+version = "0.7.0"
authors = ["Dietmar Maurer <dietmar at proxmox.com>"]
edition = "2018"
license = "AGPL-3"
diff --git a/debian/changelog b/debian/changelog
index 2e0baf4..0b400a5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+rust-proxmox-openid (0.7.0-1) unstable; urgency=medium
+
+ * allow to configure prompt behaviour
+
+ * new helper verify_authorization_code_simple()
+
+ * also return data from UserInfo endpoint
+
+ * allow to configure used scopes
+
+ -- Proxmox Support Team <support at proxmox.com> Fri, 06 Aug 2021 08:07:12 +0200
+
rust-proxmox-openid (0.6.1-1) unstable; urgency=medium
* depend on proxmox 0.12.0
diff --git a/debian/control b/debian/control
index 297a1bb..44c5a18 100644
--- a/debian/control
+++ b/debian/control
@@ -41,10 +41,10 @@ Provides:
librust-proxmox-openid+default-dev (= ${binary:Version}),
librust-proxmox-openid-0-dev (= ${binary:Version}),
librust-proxmox-openid-0+default-dev (= ${binary:Version}),
- librust-proxmox-openid-0.6-dev (= ${binary:Version}),
- librust-proxmox-openid-0.6+default-dev (= ${binary:Version}),
- librust-proxmox-openid-0.6.1-dev (= ${binary:Version}),
- librust-proxmox-openid-0.6.1+default-dev (= ${binary:Version})
+ librust-proxmox-openid-0.7-dev (= ${binary:Version}),
+ librust-proxmox-openid-0.7+default-dev (= ${binary:Version}),
+ librust-proxmox-openid-0.7.0-dev (= ${binary:Version}),
+ librust-proxmox-openid-0.7.0+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.
--
2.30.2
More information about the pbs-devel
mailing list