bump version to 0.3.0

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2021-10-21 13:11:21 +02:00
parent 4c5d899c3a
commit cb89d97df1
4 changed files with 20 additions and 12 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "proxmox-acme-rs"
version = "0.2.2"
version = "0.3.0"
authors = ["Wolfgang Bumiller <w.bumiller@proxmox.com>"]
edition = "2018"
license = "AGPL-3"

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
rust-proxmox-acme-rs (0.3.0) pve; urgency=medium
* directory: make metadata optional
-- Proxmox Support Team <support@proxmox.com> Thu, 21 Oct 2021 13:10:27 +0200
rust-proxmox-acme-rs (0.2.2-1) pve; urgency=medium
* improve crate documentation

23
debian/control vendored
View File

@ -1,8 +1,8 @@
Source: rust-proxmox-acme-rs
Section: rust
Priority: optional
Build-Depends: debhelper (>= 11),
dh-cargo (>= 18),
Build-Depends: debhelper (>= 12),
dh-cargo (>= 24),
cargo:native <!nocheck>,
rustc:native <!nocheck>,
libstd-rust-dev <!nocheck>,
@ -12,9 +12,10 @@ Build-Depends: debhelper (>= 11),
librust-serde-1+derive-dev <!nocheck>,
librust-serde-json-1+default-dev <!nocheck>
Maintainer: Proxmox Support Team <support@proxmox.com>
Standards-Version: 4.4.1
Standards-Version: 4.5.1
Vcs-Git:
Vcs-Browser:
Rules-Requires-Root: no
Package: librust-proxmox-acme-rs-dev
Architecture: any
@ -32,10 +33,10 @@ Provides:
librust-proxmox-acme-rs+default-dev (= ${binary:Version}),
librust-proxmox-acme-rs-0-dev (= ${binary:Version}),
librust-proxmox-acme-rs-0+default-dev (= ${binary:Version}),
librust-proxmox-acme-rs-0.2-dev (= ${binary:Version}),
librust-proxmox-acme-rs-0.2+default-dev (= ${binary:Version}),
librust-proxmox-acme-rs-0.2.2-dev (= ${binary:Version}),
librust-proxmox-acme-rs-0.2.2+default-dev (= ${binary:Version})
librust-proxmox-acme-rs-0.3-dev (= ${binary:Version}),
librust-proxmox-acme-rs-0.3+default-dev (= ${binary:Version}),
librust-proxmox-acme-rs-0.3.0-dev (= ${binary:Version}),
librust-proxmox-acme-rs-0.3.0+default-dev (= ${binary:Version})
Description: ACME client library - Rust source code
This package contains the source for the Rust proxmox-acme-rs crate, packaged
by debcargo for use with cargo and dh-cargo.
@ -51,10 +52,10 @@ Provides:
librust-proxmox-acme-rs+curl-dev (= ${binary:Version}),
librust-proxmox-acme-rs-0+client-dev (= ${binary:Version}),
librust-proxmox-acme-rs-0+curl-dev (= ${binary:Version}),
librust-proxmox-acme-rs-0.2+client-dev (= ${binary:Version}),
librust-proxmox-acme-rs-0.2+curl-dev (= ${binary:Version}),
librust-proxmox-acme-rs-0.2.2+client-dev (= ${binary:Version}),
librust-proxmox-acme-rs-0.2.2+curl-dev (= ${binary:Version})
librust-proxmox-acme-rs-0.3+client-dev (= ${binary:Version}),
librust-proxmox-acme-rs-0.3+curl-dev (= ${binary:Version}),
librust-proxmox-acme-rs-0.3.0+client-dev (= ${binary:Version}),
librust-proxmox-acme-rs-0.3.0+curl-dev (= ${binary:Version})
Description: ACME client library - feature "client" and 1 more
This metapackage enables feature "client" for the Rust proxmox-acme-rs crate,
by pulling in any additional dependencies needed by that feature.

1
debian/source/format vendored Normal file
View File

@ -0,0 +1 @@
3.0 (native)