]> git.proxmox.com Git - ui/proxmox-yew-widget-toolkit.git/commitdiff
bump version to 0.4.3
authorDietmar Maurer <dietmar@proxmox.com>
Tue, 17 Dec 2024 11:55:00 +0000 (12:55 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 17 Dec 2024 11:56:54 +0000 (12:56 +0100)
Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
Cargo.toml
debian/changelog
debian/control

index 6f60ac1438131efbb033d68f4a5a194d15eb6b62..9cc6ac46e9a8d6430df255019b6e74e350818fbe 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "pwt"
-version = "0.4.2"
+version = "0.4.3"
 edition = "2021"
 authors = [
   "Dietmar Maurer <dietmar@proxmox.com>",
index ec940b8e00a7e2618059855803203761c94158d7..ff5113dd078ba100eadc8e0865becc847c362216 100644 (file)
@@ -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 <support@proxmox.com>  Tue, 17 Dec 2024 12:54:47 +0100
+
 rust-pwt (0.4.2) bookworm; urgency=medium
 
   * rename old VisibilityObserver to DomVisibilityObserver, and add real
index 381ecf86368377418a56927766c4bf1180437087..4e509a0ecc8c7bca17833758a61f3a63b5b554c6 100644 (file)
@@ -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"