[pbs-devel] [PATCH v6 proxmox-apt 11/11] bump version to 0.2.0-1
Fabian Ebner
f.ebner at proxmox.com
Fri Jun 11 13:44:00 CEST 2021
Signed-off-by: Fabian Ebner <f.ebner at proxmox.com>
---
New in v6.
Intended for the stable branch.
Each of our products' stable branches can depend on this version once the
respective release is out.
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 cadd7a0..9bed970 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "proxmox-apt"
-version = "0.1.1"
+version = "0.2.0"
authors = [
"Fabian Ebner <f.ebner at proxmox.com>",
"Proxmox Support Team <support at proxmox.com>",
diff --git a/debian/changelog b/debian/changelog
index 39b75d6..1069626 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+rust-proxmox-apt (0.2.0-1) unstable; urgency=medium
+
+ * Allow release upgrade to Bullseye.
+
+ -- Proxmox Support Team <support at proxmox.com> Thu, 10 Jun 2021 12:27:45 +0200
+
rust-proxmox-apt (0.1.1-1) unstable; urgency=medium
* Add function for release upgrade (not yet enabled).
diff --git a/debian/control b/debian/control
index 09a5d5b..1608131 100644
--- a/debian/control
+++ b/debian/control
@@ -33,10 +33,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.1-dev (= ${binary:Version}),
- librust-proxmox-apt-0.1+default-dev (= ${binary:Version}),
- librust-proxmox-apt-0.1.1-dev (= ${binary:Version}),
- librust-proxmox-apt-0.1.1+default-dev (= ${binary:Version})
+ librust-proxmox-apt-0.2-dev (= ${binary:Version}),
+ librust-proxmox-apt-0.2+default-dev (= ${binary:Version}),
+ librust-proxmox-apt-0.2.0-dev (= ${binary:Version}),
+ librust-proxmox-apt-0.2.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.
--
2.20.1
More information about the pbs-devel
mailing list