[pbs-devel] [PATCH v6 proxmox-apt 07/11] bump version to 0.1.1-1
Fabian Ebner
f.ebner at proxmox.com
Fri Jun 11 13:43:56 CEST 2021
Signed-off-by: Fabian Ebner <f.ebner at proxmox.com>
---
New in v6.
Cargo.toml | 2 +-
debian/changelog | 11 +++++++++++
debian/control | 4 ++--
3 files changed, 14 insertions(+), 3 deletions(-)
diff --git a/Cargo.toml b/Cargo.toml
index 24f734b..cadd7a0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "proxmox-apt"
-version = "0.1.0"
+version = "0.1.1"
authors = [
"Fabian Ebner <f.ebner at proxmox.com>",
"Proxmox Support Team <support at proxmox.com>",
diff --git a/debian/changelog b/debian/changelog
index 11e26ed..39b75d6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+rust-proxmox-apt (0.1.1-1) unstable; urgency=medium
+
+ * Add function for release upgrade (not yet enabled).
+
+ * Add functions for extended repository checks, detecting official hosts,
+ outdated suites and Proxmox repositories.
+
+ * Add helper to calculate a common digest.
+
+ -- Proxmox Support Team <support at proxmox.com> Thu, 10 Jun 2021 12:01:21 +0200
+
rust-proxmox-apt (0.1.0-1) unstable; urgency=medium
* Initial release.
diff --git a/debian/control b/debian/control
index c6c8ddc..09a5d5b 100644
--- a/debian/control
+++ b/debian/control
@@ -35,8 +35,8 @@ Provides:
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.0-dev (= ${binary:Version}),
- librust-proxmox-apt-0.1.0+default-dev (= ${binary:Version})
+ librust-proxmox-apt-0.1.1-dev (= ${binary:Version}),
+ librust-proxmox-apt-0.1.1+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