From 15fae62c15a9514ab32c960882685619fc8c5a86 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Fri, 12 Mar 2021 15:43:40 +0100 Subject: [PATCH] bump version to 0.1.2-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 d092e16f..7b50c1a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-acme-rs" -version = "0.1.1" +version = "0.1.2" authors = ["Wolfgang Bumiller "] edition = "2018" license = "AGPL-3" diff --git a/debian/changelog b/debian/changelog index 9966b611..2f670285 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +rust-proxmox-acme-rs (0.1.2-1) pve; urgency=medium + + * include Content-length header in requests + + -- Proxmox Support Team Fri, 12 Mar 2021 15:43:01 +0100 + rust-proxmox-acme-rs (0.1.1-1) pve; urgency=medium * make AccountData fields public diff --git a/debian/control b/debian/control index ca065da1..28d93d88 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.1-dev (= ${binary:Version}), librust-proxmox-acme-rs-0.1+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}) + librust-proxmox-acme-rs-0.1.2-dev (= ${binary:Version}), + librust-proxmox-acme-rs-0.1.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.1+client-dev (= ${binary:Version}), librust-proxmox-acme-rs-0.1+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}) + librust-proxmox-acme-rs-0.1.2+client-dev (= ${binary:Version}), + librust-proxmox-acme-rs-0.1.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.