From 06f5106145a464c95e1d2d468e836552ed031ee3 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Thu, 18 Nov 2021 09:49:30 +0100 Subject: [PATCH] bump version to 0.3.1 Signed-off-by: Wolfgang Bumiller --- Cargo.toml | 2 +- debian/changelog | 6 ++++++ debian/control | 8 ++++---- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3953fd20..ec24f848 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-acme-rs" -version = "0.3.0" +version = "0.3.1" authors = ["Wolfgang Bumiller "] edition = "2018" license = "AGPL-3" diff --git a/debian/changelog b/debian/changelog index 56446b8f..0171e9b6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +rust-proxmox-acme-rs (0.3.1) pve; urgency=medium + + * add proxy support + + -- Proxmox Support Team Thu, 18 Nov 2021 09:46:34 +0100 + rust-proxmox-acme-rs (0.3.0) pve; urgency=medium * directory: make metadata optional diff --git a/debian/control b/debian/control index 4f463208..73ad9d21 100644 --- a/debian/control +++ b/debian/control @@ -35,8 +35,8 @@ Provides: librust-proxmox-acme-rs-0+default-dev (= ${binary:Version}), librust-proxmox-acme-rs-0.3-dev (= ${binary:Version}), librust-proxmox-acme-rs-0.3+default-dev (= ${binary:Version}), - librust-proxmox-acme-rs-0.3.0-dev (= ${binary:Version}), - librust-proxmox-acme-rs-0.3.0+default-dev (= ${binary:Version}) + librust-proxmox-acme-rs-0.3.1-dev (= ${binary:Version}), + librust-proxmox-acme-rs-0.3.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. @@ -54,8 +54,8 @@ Provides: librust-proxmox-acme-rs-0+curl-dev (= ${binary:Version}), librust-proxmox-acme-rs-0.3+client-dev (= ${binary:Version}), librust-proxmox-acme-rs-0.3+curl-dev (= ${binary:Version}), - librust-proxmox-acme-rs-0.3.0+client-dev (= ${binary:Version}), - librust-proxmox-acme-rs-0.3.0+curl-dev (= ${binary:Version}) + librust-proxmox-acme-rs-0.3.1+client-dev (= ${binary:Version}), + librust-proxmox-acme-rs-0.3.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.