]> git.proxmox.com Git - proxmox-acme-rs.git/commitdiff
bump version to 0.1.4-1
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 17 Mar 2021 14:28:43 +0000 (15:28 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 17 Mar 2021 14:28:55 +0000 (15:28 +0100)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
Cargo.toml
debian/changelog
debian/control

index 6856646f68cf4e94e2ec89587babebc925afc264..daa1085b4ee9b5b92d3ece0e354aaca9a48b7a75 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "proxmox-acme-rs"
-version = "0.1.3"
+version = "0.1.4"
 authors = ["Wolfgang Bumiller <w.bumiller@proxmox.com>"]
 edition = "2018"
 license = "AGPL-3"
index 3adbcadfa151eab5e91c9d5c783f419e86c90206..4e7a93ebfa78312b8e4329417dc127ff299b22e6 100644 (file)
@@ -1,3 +1,10 @@
+rust-proxmox-acme-rs (0.1.4-1) pve; urgency=medium
+
+  * collect extra account fields (such as 'created' from let's encrypt)
+    in the AccountData struct
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 17 Mar 2021 15:28:09 +0100
+
 rust-proxmox-acme-rs (0.1.3-1) pve; urgency=medium
 
   * fix padding in ecdsa signatures
index be497ffe78a3b2a0bb9c27599dc0a17cf07d3267..97068130c656ad5c431a53d8504746f90892065e 100644 (file)
@@ -34,8 +34,8 @@ Provides:
  librust-proxmox-acme-rs-0+default-dev (= ${binary:Version}),
  librust-proxmox-acme-rs-0.1-dev (= ${binary:Version}),
  librust-proxmox-acme-rs-0.1+default-dev (= ${binary:Version}),
- librust-proxmox-acme-rs-0.1.3-dev (= ${binary:Version}),
- librust-proxmox-acme-rs-0.1.3+default-dev (= ${binary:Version})
+ librust-proxmox-acme-rs-0.1.4-dev (= ${binary:Version}),
+ librust-proxmox-acme-rs-0.1.4+default-dev (= ${binary:Version})
 Description: ACME client library - Rust source code
  This package contains the source for the Rust proxmox-acme-rs crate, packaged
  by debcargo for use with cargo and dh-cargo.
@@ -53,8 +53,8 @@ Provides:
  librust-proxmox-acme-rs-0+curl-dev (= ${binary:Version}),
  librust-proxmox-acme-rs-0.1+client-dev (= ${binary:Version}),
  librust-proxmox-acme-rs-0.1+curl-dev (= ${binary:Version}),
- librust-proxmox-acme-rs-0.1.3+client-dev (= ${binary:Version}),
- librust-proxmox-acme-rs-0.1.3+curl-dev (= ${binary:Version})
+ librust-proxmox-acme-rs-0.1.4+client-dev (= ${binary:Version}),
+ librust-proxmox-acme-rs-0.1.4+curl-dev (= ${binary:Version})
 Description: ACME client library - feature "client" and 1 more
  This metapackage enables feature "client" for the Rust proxmox-acme-rs crate,
  by pulling in any additional dependencies needed by that feature.