mirror of
https://git.proxmox.com/git/proxmox
synced 2025-08-06 18:22:28 +00:00
bump version to 0.6.0-1
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
fb51dcf9db
commit
4174305528
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "proxmox-apt"
|
name = "proxmox-apt"
|
||||||
version = "0.5.1"
|
version = "0.6.0"
|
||||||
authors = [
|
authors = [
|
||||||
"Fabian Ebner <f.ebner@proxmox.com>",
|
"Fabian Ebner <f.ebner@proxmox.com>",
|
||||||
"Proxmox Support Team <support@proxmox.com>",
|
"Proxmox Support Team <support@proxmox.com>",
|
||||||
|
24
debian/changelog
vendored
24
debian/changelog
vendored
@ -1,16 +1,26 @@
|
|||||||
rust-proxmox-apt (0.5.1-1) unstable; urgency=medium
|
rust-proxmox-apt (0.6.0-1) stable; urgency=medium
|
||||||
|
|
||||||
|
* standard repos: add suite parameter for stricter detection
|
||||||
|
|
||||||
|
* check repos: have caller specify the current suite
|
||||||
|
|
||||||
|
* add type DebianCodename
|
||||||
|
|
||||||
|
-- Proxmox Support Team <support@proxmox.com> Thu, 29 Jul 2021 18:06:54 +0200
|
||||||
|
|
||||||
|
rust-proxmox-apt (0.5.1-1) stable; urgency=medium
|
||||||
|
|
||||||
* depend on proxmox 0.12.0
|
* depend on proxmox 0.12.0
|
||||||
|
|
||||||
-- Proxmox Support Team <support@proxmox.com> Tue, 20 Jul 2021 13:18:02 +0200
|
-- Proxmox Support Team <support@proxmox.com> Tue, 20 Jul 2021 13:18:02 +0200
|
||||||
|
|
||||||
rust-proxmox-apt (0.5.0-1) unstable; urgency=medium
|
rust-proxmox-apt (0.5.0-1) stable; urgency=medium
|
||||||
|
|
||||||
* standard repo detection: handle alternative URI for PVE repos
|
* standard repo detection: handle alternative URI for PVE repos
|
||||||
|
|
||||||
-- Proxmox Support Team <support@proxmox.com> Fri, 16 Jul 2021 16:19:06 +0200
|
-- Proxmox Support Team <support@proxmox.com> Fri, 16 Jul 2021 16:19:06 +0200
|
||||||
|
|
||||||
rust-proxmox-apt (0.4.0-1) unstable; urgency=medium
|
rust-proxmox-apt (0.4.0-1) stable; urgency=medium
|
||||||
|
|
||||||
* support quote-word parsing for one-line format
|
* support quote-word parsing for one-line format
|
||||||
|
|
||||||
@ -18,13 +28,13 @@ rust-proxmox-apt (0.4.0-1) unstable; urgency=medium
|
|||||||
|
|
||||||
-- Proxmox Support Team <support@proxmox.com> Thu, 01 Jul 2021 18:33:12 +0200
|
-- Proxmox Support Team <support@proxmox.com> Thu, 01 Jul 2021 18:33:12 +0200
|
||||||
|
|
||||||
rust-proxmox-apt (0.3.1-1) unstable; urgency=medium
|
rust-proxmox-apt (0.3.1-1) stable; urgency=medium
|
||||||
|
|
||||||
* standard repos: allow conversion from handle and improve information
|
* standard repos: allow conversion from handle and improve information
|
||||||
|
|
||||||
-- Proxmox Support Team <support@proxmox.com> Wed, 30 Jun 2021 20:42:52 +0200
|
-- Proxmox Support Team <support@proxmox.com> Wed, 30 Jun 2021 20:42:52 +0200
|
||||||
|
|
||||||
rust-proxmox-apt (0.3.0-1) unstable; urgency=medium
|
rust-proxmox-apt (0.3.0-1) stable; urgency=medium
|
||||||
|
|
||||||
* add get_cached_origin method and an initial config module
|
* add get_cached_origin method and an initial config module
|
||||||
|
|
||||||
@ -34,7 +44,7 @@ rust-proxmox-apt (0.3.0-1) unstable; urgency=medium
|
|||||||
|
|
||||||
-- Proxmox Support Team <support@proxmox.com> Wed, 30 Jun 2021 13:29:13 +0200
|
-- Proxmox Support Team <support@proxmox.com> Wed, 30 Jun 2021 13:29:13 +0200
|
||||||
|
|
||||||
rust-proxmox-apt (0.2.0-1) unstable; urgency=medium
|
rust-proxmox-apt (0.2.0-1) stable; urgency=medium
|
||||||
|
|
||||||
* Add functions to check repositories.
|
* Add functions to check repositories.
|
||||||
|
|
||||||
@ -42,7 +52,7 @@ rust-proxmox-apt (0.2.0-1) unstable; urgency=medium
|
|||||||
|
|
||||||
-- Proxmox Support Team <support@proxmox.com> Wed, 23 Jun 2021 14:57:52 +0200
|
-- Proxmox Support Team <support@proxmox.com> Wed, 23 Jun 2021 14:57:52 +0200
|
||||||
|
|
||||||
rust-proxmox-apt (0.1.0-1) unstable; urgency=medium
|
rust-proxmox-apt (0.1.0-1) stable; urgency=medium
|
||||||
|
|
||||||
* Initial release.
|
* Initial release.
|
||||||
|
|
||||||
|
8
debian/control
vendored
8
debian/control
vendored
@ -34,10 +34,10 @@ Provides:
|
|||||||
librust-proxmox-apt+default-dev (= ${binary:Version}),
|
librust-proxmox-apt+default-dev (= ${binary:Version}),
|
||||||
librust-proxmox-apt-0-dev (= ${binary:Version}),
|
librust-proxmox-apt-0-dev (= ${binary:Version}),
|
||||||
librust-proxmox-apt-0+default-dev (= ${binary:Version}),
|
librust-proxmox-apt-0+default-dev (= ${binary:Version}),
|
||||||
librust-proxmox-apt-0.5-dev (= ${binary:Version}),
|
librust-proxmox-apt-0.6-dev (= ${binary:Version}),
|
||||||
librust-proxmox-apt-0.5+default-dev (= ${binary:Version}),
|
librust-proxmox-apt-0.6+default-dev (= ${binary:Version}),
|
||||||
librust-proxmox-apt-0.5.1-dev (= ${binary:Version}),
|
librust-proxmox-apt-0.6.0-dev (= ${binary:Version}),
|
||||||
librust-proxmox-apt-0.5.1+default-dev (= ${binary:Version})
|
librust-proxmox-apt-0.6.0+default-dev (= ${binary:Version})
|
||||||
Description: Proxmox library for APT - Rust source code
|
Description: Proxmox library for APT - Rust source code
|
||||||
This package contains the source for the Rust proxmox-apt crate, packaged by
|
This package contains the source for the Rust proxmox-apt crate, packaged by
|
||||||
debcargo for use with cargo and dh-cargo.
|
debcargo for use with cargo and dh-cargo.
|
||||||
|
Loading…
Reference in New Issue
Block a user