From: Dietmar Maurer Date: Tue, 17 Dec 2024 11:55:00 +0000 (+0100) Subject: bump version to 0.4.3 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=349a9438088538c321a313e806b799e13936d267;p=ui%2Fproxmox-yew-widget-toolkit.git bump version to 0.4.3 Signed-off-by: Dietmar Maurer --- diff --git a/Cargo.toml b/Cargo.toml index 6f60ac1..9cc6ac4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pwt" -version = "0.4.2" +version = "0.4.3" edition = "2021" authors = [ "Dietmar Maurer ", diff --git a/debian/changelog b/debian/changelog index ec940b8..ff5113d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +rust-pwt (0.4.3) bookworm; urgency=medium + + * buildsys: add new upload target + + * focus: move code to dom module + + * align: move code to dom module + + * use derive Properties instead of Default for several widgets + + * improve docs for SizeObserver and VisibilityObserver + + -- Proxmox Support Team Tue, 17 Dec 2024 12:54:47 +0100 + rust-pwt (0.4.2) bookworm; urgency=medium * rename old VisibilityObserver to DomVisibilityObserver, and add real diff --git a/debian/control b/debian/control index 381ecf8..4e509a0 100644 --- a/debian/control +++ b/debian/control @@ -124,7 +124,7 @@ Provides: librust-pwt-0+default-dev (= ${binary:Version}), librust-pwt-0.4-dev (= ${binary:Version}), librust-pwt-0.4+default-dev (= ${binary:Version}), - librust-pwt-0.4.2-dev (= ${binary:Version}), - librust-pwt-0.4.2+default-dev (= ${binary:Version}) + librust-pwt-0.4.3-dev (= ${binary:Version}), + librust-pwt-0.4.3+default-dev (= ${binary:Version}) Description: Widgets for yew - Rust source code Source code for Debianized Rust crate "pwt"