bump version to 0.2.1-1

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2021-04-14 14:57:08 +02:00
parent 558f51a167
commit a6ff69404b
3 changed files with 11 additions and 5 deletions

View File

@ -1,6 +1,6 @@
[package] [package]
name = "proxmox-acme-rs" name = "proxmox-acme-rs"
version = "0.2.0" version = "0.2.1"
authors = ["Wolfgang Bumiller <w.bumiller@proxmox.com>"] authors = ["Wolfgang Bumiller <w.bumiller@proxmox.com>"]
edition = "2018" edition = "2018"
license = "AGPL-3" license = "AGPL-3"

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
rust-proxmox-acme-rs (0.2.1-1) pve; urgency=medium
* make revocation workflow accessible without client
-- Proxmox Support Team <support@proxmox.com> Wed, 14 Apr 2021 14:56:49 +0200
rust-proxmox-acme-rs (0.2.0-1) pve; urgency=medium rust-proxmox-acme-rs (0.2.0-1) pve; urgency=medium
* add 'status' and 'url' as fixed members to `Challenge` * add 'status' and 'url' as fixed members to `Challenge`

8
debian/control vendored
View File

@ -34,8 +34,8 @@ Provides:
librust-proxmox-acme-rs-0+default-dev (= ${binary:Version}), librust-proxmox-acme-rs-0+default-dev (= ${binary:Version}),
librust-proxmox-acme-rs-0.2-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+default-dev (= ${binary:Version}),
librust-proxmox-acme-rs-0.2.0-dev (= ${binary:Version}), librust-proxmox-acme-rs-0.2.1-dev (= ${binary:Version}),
librust-proxmox-acme-rs-0.2.0+default-dev (= ${binary:Version}) librust-proxmox-acme-rs-0.2.1+default-dev (= ${binary:Version})
Description: ACME client library - Rust source code Description: ACME client library - Rust source code
This package contains the source for the Rust proxmox-acme-rs crate, packaged This package contains the source for the Rust proxmox-acme-rs crate, packaged
by debcargo for use with cargo and dh-cargo. 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+curl-dev (= ${binary:Version}),
librust-proxmox-acme-rs-0.2+client-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+curl-dev (= ${binary:Version}),
librust-proxmox-acme-rs-0.2.0+client-dev (= ${binary:Version}), librust-proxmox-acme-rs-0.2.1+client-dev (= ${binary:Version}),
librust-proxmox-acme-rs-0.2.0+curl-dev (= ${binary:Version}) librust-proxmox-acme-rs-0.2.1+curl-dev (= ${binary:Version})
Description: ACME client library - feature "client" and 1 more Description: ACME client library - feature "client" and 1 more
This metapackage enables feature "client" for the Rust proxmox-acme-rs crate, This metapackage enables feature "client" for the Rust proxmox-acme-rs crate,
by pulling in any additional dependencies needed by that feature. by pulling in any additional dependencies needed by that feature.