From 7b350d3e4386031a5ec71817e9f9d04b193a4a5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Wed, 19 Oct 2022 14:17:12 +0200 Subject: [PATCH] proxmox-http: fix last changelog entry MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabian Grünbichler --- proxmox-http/debian/changelog | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/proxmox-http/debian/changelog b/proxmox-http/debian/changelog index 46b130d9..55982202 100644 --- a/proxmox-http/debian/changelog +++ b/proxmox-http/debian/changelog @@ -1,6 +1,12 @@ rust-proxmox-http (0.7.0-1) unstable; urgency=medium - * WIP + * refactor and extend HttpClient trait + + * rename SimpleHttp to Client + + * add ureq-based sync client + + * use weak/namespaced features -- Proxmox Support Team Mon, 22 Aug 2022 13:59:11 +0200