From 1148b795f380c0aa77cd61f7f3d8b55cea15a4e8 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 21 Jul 2022 13:25:24 +0200 Subject: [PATCH] bump version to 0.9.0-1 Signed-off-by: Thomas Lamprecht --- 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 fb9ad868..d959fc90 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-apt" -version = "0.8.1" +version = "0.9.0" authors = [ "Fabian Ebner ", "Proxmox Support Team ", diff --git a/debian/changelog b/debian/changelog index eadd5c65..38541dd6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +rust-proxmox-apt (0.9.0-1) stable; urgency=medium + + * AptRepositoryFile: make path optional + + -- Proxmox Support Team Thu, 21 Jul 2022 13:25:20 +0200 + rust-proxmox-apt (0.8.1-1) stable; urgency=medium * upgrade to 2021 edition diff --git a/debian/control b/debian/control index 54666568..03da56cb 100644 --- a/debian/control +++ b/debian/control @@ -42,10 +42,10 @@ Provides: librust-proxmox-apt+default-dev (= ${binary:Version}), librust-proxmox-apt-0-dev (= ${binary:Version}), librust-proxmox-apt-0+default-dev (= ${binary:Version}), - librust-proxmox-apt-0.8-dev (= ${binary:Version}), - librust-proxmox-apt-0.8+default-dev (= ${binary:Version}), - librust-proxmox-apt-0.8.1-dev (= ${binary:Version}), - librust-proxmox-apt-0.8.1+default-dev (= ${binary:Version}) + librust-proxmox-apt-0.9-dev (= ${binary:Version}), + librust-proxmox-apt-0.9+default-dev (= ${binary:Version}), + librust-proxmox-apt-0.9.0-dev (= ${binary:Version}), + librust-proxmox-apt-0.9.0+default-dev (= ${binary:Version}) Description: Proxmox library for APT - Rust source code This package contains the source for the Rust proxmox-apt crate, packaged by debcargo for use with cargo and dh-cargo.