]> git.proxmox.com Git - proxmox-openid-rs.git/commitdiff
bump version to 0.6.0-1
authorDietmar Maurer <dietmar@proxmox.com>
Fri, 25 Jun 2021 09:09:48 +0000 (11:09 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 25 Jun 2021 09:09:48 +0000 (11:09 +0200)
Cargo.toml
debian/changelog
debian/control

index 070f7860afa628cf41b466e233f2ce9b2ccf871f..b8edc5331f7b5f76945c9084814cdd2cc942fc03 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "proxmox-openid"
-version = "0.5.0"
+version = "0.6.0"
 authors = ["Dietmar Maurer <dietmar@proxmox.com>"]
 edition = "2018"
 license = "AGPL-3"
index 8abe1124270dca576ed25b7528f5dd19d0f1c8f9..398c1c7c446f22dd15ac9bee4a1d0eeee8d061cf 100644 (file)
@@ -1,3 +1,9 @@
+rust-proxmox-openid (0.6.0-1) unstable; urgency=medium
+
+  * use one lock file per realm
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 25 Jun 2021 11:09:08 +0200
+
 rust-proxmox-openid (0.5.0-1) unstable; urgency=medium
 
   * avoid unused features "sortable-macro" and "api-macro"
index f775d0561fcb5d23302624b2a0d848b31f8a025c..fb86702b2e2a85437fe2efa084bf8b435a67af1c 100644 (file)
@@ -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.5-dev (= ${binary:Version}),
- librust-proxmox-openid-0.5+default-dev (= ${binary:Version}),
- librust-proxmox-openid-0.5.0-dev (= ${binary:Version}),
- librust-proxmox-openid-0.5.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.0-dev (= ${binary:Version}),
+ librust-proxmox-openid-0.6.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.