mirror of
https://git.proxmox.com/git/proxmox-ve-rs
synced 2025-10-04 07:56:43 +00:00
proxmox-ve-config: bump version to 0.2.3
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
746d7a0be5
commit
1811e0560c
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "proxmox-ve-config"
|
||||
version = "0.2.2"
|
||||
version = "0.2.3"
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
@ -1,3 +1,14 @@
|
||||
rust-proxmox-ve-config (0.2.3) unstable; urgency=medium
|
||||
|
||||
* firewall macros: fix macros using ICMP protocol.
|
||||
|
||||
* fix #6108: firewall macros: Add missing ICMPv6 statements
|
||||
|
||||
* partially fix #6176: guest firewall: change default for firewall key to
|
||||
off to match user interface.
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Mon, 07 Apr 2025 13:18:38 +0200
|
||||
|
||||
rust-proxmox-ve-config (0.2.2) unstable; urgency=medium
|
||||
|
||||
* rebuild with proxmox-schema 4.0
|
||||
|
@ -2,8 +2,8 @@ Source: rust-proxmox-ve-config
|
||||
Section: rust
|
||||
Priority: optional
|
||||
Build-Depends: debhelper-compat (= 13),
|
||||
dh-sequence-cargo,
|
||||
cargo:native <!nocheck>,
|
||||
dh-sequence-cargo
|
||||
Build-Depends-Arch: cargo:native <!nocheck>,
|
||||
rustc:native <!nocheck>,
|
||||
libstd-rust-dev <!nocheck>,
|
||||
librust-anyhow-1+default-dev <!nocheck>,
|
||||
@ -48,7 +48,7 @@ Provides:
|
||||
librust-proxmox-ve-config-0+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-ve-config-0.2-dev (= ${binary:Version}),
|
||||
librust-proxmox-ve-config-0.2+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-ve-config-0.2.2-dev (= ${binary:Version}),
|
||||
librust-proxmox-ve-config-0.2.2+default-dev (= ${binary:Version})
|
||||
librust-proxmox-ve-config-0.2.3-dev (= ${binary:Version}),
|
||||
librust-proxmox-ve-config-0.2.3+default-dev (= ${binary:Version})
|
||||
Description: Rust crate "proxmox-ve-config" - Rust source code
|
||||
Source code for Debianized Rust crate "proxmox-ve-config"
|
||||
|
Loading…
Reference in New Issue
Block a user