From: Dietmar Maurer Date: Tue, 22 Jun 2021 07:23:59 +0000 (+0200) Subject: bump version toö 0.3.0-1 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=8286806a19d68995620db1fb9c342a20b8f30d38;p=proxmox-openid-rs.git bump version toö 0.3.0-1 --- diff --git a/Cargo.toml b/Cargo.toml index 2bd959c..037bb1f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-openid" -version = "0.2.0" +version = "0.3.0" authors = ["Dietmar Maurer "] edition = "2018" license = "AGPL-3" diff --git a/debian/changelog b/debian/changelog index e2e9212..1b61061 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +rust-proxmox-openid (0.3.0-1) unstable; urgency=medium + + * return authorize_url() as string + + -- Proxmox Support Team Tue, 22 Jun 2021 09:23:33 +0200 + rust-proxmox-openid (0.2.0-1) devel; urgency=medium * implement Deserialize/Serialize for OpenIdConfig