]> git.proxmox.com Git - proxmox-apt.git/commitdiff
bump version to 0.2.0-1
authorFabian Ebner <f.ebner@proxmox.com>
Wed, 23 Jun 2021 13:38:58 +0000 (15:38 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 23 Jun 2021 14:00:30 +0000 (16:00 +0200)
Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
Cargo.toml
debian/changelog
debian/control

index 24f734b7493fa49cc66b7f50977b50a626df0069..9bed970d94461ed8e0a2e497682e92c0b2445a9f 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "proxmox-apt"
-version = "0.1.0"
+version = "0.2.0"
 authors = [
     "Fabian Ebner <f.ebner@proxmox.com>",
     "Proxmox Support Team <support@proxmox.com>",
index 11e26edb43f84a29620c24b94973910336d7763b..21a429e15c9a7014ca4df4b574870d86f19037a5 100644 (file)
@@ -1,3 +1,11 @@
+rust-proxmox-apt (0.2.0-1) unstable; urgency=medium
+
+  * Add functions to check repositories.
+
+  * Add handling of standard Proxmox repositories.
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 23 Jun 2021 14:57:52 +0200
+
 rust-proxmox-apt (0.1.0-1) unstable; urgency=medium
 
   * Initial release.
index e0938bfb61d1d91c78aa927722324358bdca3be2..99ac2843583bd8c82e5a51707f7bacb919213128 100644 (file)
@@ -34,10 +34,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.0-dev (= ${binary:Version}),
- librust-proxmox-apt-0.1.0+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.