]> git.proxmox.com Git - proxmox-openid-rs.git/commitdiff
bump version toƶ 0.3.0-1
authorDietmar Maurer <dietmar@proxmox.com>
Tue, 22 Jun 2021 07:23:59 +0000 (09:23 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 22 Jun 2021 07:23:59 +0000 (09:23 +0200)
Cargo.toml
debian/changelog

index 2bd959cba27996a3c358b926d4499bd39bd3d026..037bb1f00021a307e5f924ecc6eadcb477f2a564 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "proxmox-openid"
-version = "0.2.0"
+version = "0.3.0"
 authors = ["Dietmar Maurer <dietmar@proxmox.com>"]
 edition = "2018"
 license = "AGPL-3"
index e2e9212ebccc1a61ebad257161a60fb3ef926143..1b610615a82f7c17eb15076aa1c7d4939270e967 100644 (file)
@@ -1,3 +1,9 @@
+rust-proxmox-openid (0.3.0-1) unstable; urgency=medium
+
+  * return authorize_url() as string
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 22 Jun 2021 09:23:33 +0200
+
 rust-proxmox-openid (0.2.0-1) devel; urgency=medium
 
   * implement Deserialize/Serialize for OpenIdConfig