diff --git a/Cargo.toml b/Cargo.toml index f71dc2a8..ab1b31dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-acme-rs" -version = "0.2.1" +version = "0.2.2" authors = ["Wolfgang Bumiller "] edition = "2018" license = "AGPL-3" diff --git a/debian/changelog b/debian/changelog index f22a4453..0d96cb99 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +rust-proxmox-acme-rs (0.2.2-1) pve; urgency=medium + + * improve crate documentation + + * mark `Error` as 'must_use' + + * make status types `Copy` + + * add Client::directory_url() to get the URL without querying the whole + directory + + -- Proxmox Support Team Fri, 07 May 2021 13:53:08 +0200 + rust-proxmox-acme-rs (0.2.1-1) pve; urgency=medium * make revocation workflow accessible without client diff --git a/debian/control b/debian/control index 4030fed8..3d57a02b 100644 --- a/debian/control +++ b/debian/control @@ -34,8 +34,8 @@ Provides: librust-proxmox-acme-rs-0+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.1-dev (= ${binary:Version}), - librust-proxmox-acme-rs-0.2.1+default-dev (= ${binary:Version}) + librust-proxmox-acme-rs-0.2.2-dev (= ${binary:Version}), + librust-proxmox-acme-rs-0.2.2+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.2+client-dev (= ${binary:Version}), librust-proxmox-acme-rs-0.2+curl-dev (= ${binary:Version}), - librust-proxmox-acme-rs-0.2.1+client-dev (= ${binary:Version}), - librust-proxmox-acme-rs-0.2.1+curl-dev (= ${binary:Version}) + librust-proxmox-acme-rs-0.2.2+client-dev (= ${binary:Version}), + librust-proxmox-acme-rs-0.2.2+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.