]> git.proxmox.com Git - proxmox-acme-rs.git/commitdiff
bump version to 0.1.1-1
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 9 Mar 2021 12:23:27 +0000 (13:23 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 9 Mar 2021 12:23:27 +0000 (13:23 +0100)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
Cargo.toml
debian/changelog
debian/control

index 132c08ac8a5c1dec55fc934083317fb2272ea141..d092e16f028fbc8d9313aaa19dbd44f4e070f7d4 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "proxmox-acme-rs"
-version = "0.1.0"
+version = "0.1.1"
 authors = ["Wolfgang Bumiller <w.bumiller@proxmox.com>"]
 edition = "2018"
 license = "AGPL-3"
index 2ace5e4a7f67e55c06a5a88eda6b9c722d3a1545..9966b61124cf0ccdb46dbbe7ec4db6f92c32792a 100644 (file)
@@ -1,3 +1,9 @@
+rust-proxmox-acme-rs (0.1.1-1) pve; urgency=medium
+
+  * make AccountData fields public
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 09 Mar 2021 13:22:55 +0100
+
 rust-proxmox-acme-rs (0.1.0-1) pve; urgency=medium
 
   * initial release
index d3aa336f4b35823597d308f03a289e4c55be1f30..ca065da1925e9c942fa0a3610c59e22d00293edb 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.0-dev (= ${binary:Version}),
- librust-proxmox-acme-rs-0.1.0+default-dev (= ${binary:Version})
+ librust-proxmox-acme-rs-0.1.1-dev (= ${binary:Version}),
+ librust-proxmox-acme-rs-0.1.1+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.0+client-dev (= ${binary:Version}),
- librust-proxmox-acme-rs-0.1.0+curl-dev (= ${binary:Version})
+ librust-proxmox-acme-rs-0.1.1+client-dev (= ${binary:Version}),
+ librust-proxmox-acme-rs-0.1.1+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.