rust-pwt-macros (0.5.3) trixie; urgency=medium

  * builder: carry a field's #[deprecated] attribute onto the generated
    builder method, so deprecating a builder field warns its callers while
    the macro's own field access stays quiet.

 -- Proxmox Support Team <support@proxmox.com>  Mon, 29 Jun 2026 02:36:41 +0200

rust-pwt-macros (0.5.2) trixie; urgency=medium

  * widget: implement WidgetStyleBuilder for SVG elements.

 -- Proxmox Support Team <support@proxmox.com>  Fri, 10 Apr 2026 17:31:17 +0200

rust-pwt-macros (0.5.1) trixie; urgency=medium

  * builder: allow multiple generic types in callback variant. If there is a
    callback type with multiple generic variants, e.g., Foo<A,B> we currently
    can't use it since we only expect one type in the macro. Now one can also
    use multiple generics, like `Callback<A, B>`.

 -- Proxmox Support Team <support@proxmox.com>  Wed, 17 Dec 2025 16:38:27 +0100

rust-pwt-macros (0.5.0) trixie; urgency=medium

  * update macro to node_ref having been removed from widget standard
    properties.

 -- Proxmox Support Team <support@proxmox.com>  Wed, 10 Sep 2025 14:37:36 +0200

rust-pwt-macros (0.4.0) trixie; urgency=medium

  * pwt-macros: test: adapt expected error

 -- Proxmox Support Team <support@proxmox.com>  Tue, 08 Jul 2025 13:29:08 +0200

rust-pwt-macros (0.3.0) bookworm; urgency=medium

  * pwt-macros: implement as_std_props for WidgetBuilder

 -- Proxmox Support Team <support@proxmox.com>  Tue, 17 Dec 2024 09:22:04 +0100

rust-pwt-macros (0.2.0) bookworm; urgency=medium

  * switch to native package version numbers

  * pwt-macros: drop unused dependency on lazy_static

  * pwt-macros: automatically implement WidgetStyleBuilder for elements

 -- Proxmox Support Team <support@proxmox.com>  Fri, 13 Dec 2024 17:32:18 +0100

rust-pwt-macros (0.1.0-1) unstable; urgency=medium

  * initial Debian package

 -- Proxmox Support Team <support@proxmox.com>  Wed, 11 Jan 2023 12:29:31 +0100
