]> git.proxmox.com Git - proxmox-acme-rs.git/commitdiff
bump version to 0.2.0-1
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 12 Apr 2021 11:08:31 +0000 (13:08 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 12 Apr 2021 13:31:53 +0000 (15:31 +0200)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
Cargo.toml
debian/changelog
debian/control

index daa1085b4ee9b5b92d3ece0e354aaca9a48b7a75..353eac6bc4ae5195221dc2ddba1290a78d809d28 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "proxmox-acme-rs"
-version = "0.1.4"
+version = "0.2.0"
 authors = ["Wolfgang Bumiller <w.bumiller@proxmox.com>"]
 edition = "2018"
 license = "AGPL-3"
index 4e7a93ebfa78312b8e4329417dc127ff299b22e6..0682b3aef582a2f2c71aad06c00a13748800d0ba 100644 (file)
@@ -1,3 +1,13 @@
+rust-proxmox-acme-rs (0.2.0-1) pve; urgency=medium
+
+  * add 'status' and 'url' as fixed members to `Challenge`
+
+  * expose some workflow helpers in a more consistentw ay
+
+  * add `util::Csr` for CSR generation
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 12 Apr 2021 13:06:19 +0200
+
 rust-proxmox-acme-rs (0.1.4-1) pve; urgency=medium
 
   * collect extra account fields (such as 'created' from let's encrypt)
index 97068130c656ad5c431a53d8504746f90892065e..df8ff275f9f801ba8deced5b368da20a247c0976 100644 (file)
@@ -32,10 +32,10 @@ Provides:
  librust-proxmox-acme-rs+default-dev (= ${binary:Version}),
  librust-proxmox-acme-rs-0-dev (= ${binary:Version}),
  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.4-dev (= ${binary:Version}),
- librust-proxmox-acme-rs-0.1.4+default-dev (= ${binary:Version})
+ librust-proxmox-acme-rs-0.2-dev (= ${binary:Version}),
+ librust-proxmox-acme-rs-0.2+default-dev (= ${binary:Version}),
+ librust-proxmox-acme-rs-0.2.0-dev (= ${binary:Version}),
+ librust-proxmox-acme-rs-0.2.0+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.
@@ -51,10 +51,10 @@ Provides:
  librust-proxmox-acme-rs+curl-dev (= ${binary:Version}),
  librust-proxmox-acme-rs-0+client-dev (= ${binary:Version}),
  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.4+client-dev (= ${binary:Version}),
- librust-proxmox-acme-rs-0.1.4+curl-dev (= ${binary:Version})
+ librust-proxmox-acme-rs-0.2+client-dev (= ${binary:Version}),
+ librust-proxmox-acme-rs-0.2+curl-dev (= ${binary:Version}),
+ librust-proxmox-acme-rs-0.2.0+client-dev (= ${binary:Version}),
+ librust-proxmox-acme-rs-0.2.0+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.