Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Releases: z-galaxy/zbus

zbus_macros-5.13.2

19 Jan 15:32
3c2fae5

Choose a tag to compare

Fixed

  • 🐛 Allow out_args with multiple names for non-tuple types.

Other

  • 🤖 release-plz: Fix formatting of CHANGELOG files.
  • 🤖 release-plz: Use the default header in changelog.

zbus-5.13.2

19 Jan 15:32
3c2fae5

Choose a tag to compare

Fixed

  • 🐛 fix regression on windows build. #1686
  • 🐛 Correct Peer interface to work on any arbitrary object path.

zvariant_derive-5.9.2

18 Jan 18:35
f473c1d

Choose a tag to compare

Fixed

  • 🐛 Fix hard-coded zvariant path in signature generation.

Other

  • 🤖 release-plz: Fix formatting of CHANGELOG files.
  • 🤖 release-plz: Use the default header in changelog.

Testing

  • ✅ Add tests for signature_to_tokens_with_crate.

zvariant-5.9.2

18 Jan 18:36
f473c1d

Choose a tag to compare

Other

  • ⏪️ Revert "🐛 zv: Don't impl Type for dicts with non-basic keys".

zbus_macros-5.13.1

11 Jan 12:46
005c247

Choose a tag to compare

Fixed

  • 🐛 Allow out_args with multiple names for non-tuple types.

Other

  • 🤖 release-plz: Fix formatting of CHANGELOG files.
  • 🤖 release-plz: Use the default header in changelog.

zbus-5.13.1

11 Jan 12:47
005c247

Choose a tag to compare

Fixed

  • 🐛 Implement get_machine_id() for *BSD platforms.

zvariant_derive-5.9.1

10 Jan 15:46
f1bc6f7

Choose a tag to compare

Fixed

  • 🐛 Fix hard-coded zvariant path in signature generation.

Other

  • 🤖 release-plz: Fix formatting of CHANGELOG files.
  • 🤖 release-plz: Use the default header in changelog.

Testing

  • ✅ Add tests for signature_to_tokens_with_crate.

zvariant-5.9.1

10 Jan 15:46
f1bc6f7

Choose a tag to compare

Other

  • 🤖 release-plz: Fix formatting of CHANGELOG files.
  • 🤖 release-plz: Use the default header in changelog.

zvariant_utils-3.3.0

09 Jan 15:11
9b7f5fa

Choose a tag to compare

Added

  • ✨ Add crate_path -> crate attribute mapping in def_attrs.

Changed

  • 🎨 Format all files (rust 1.85).

Documentation

  • 📝 Document signature! macro and update Signature docs.

zvariant_derive-5.9.0

09 Jan 15:12
9b7f5fa

Choose a tag to compare

Added

  • ✨ zvariant_derive: Add crate attribute for custom crate paths.
  • ✨ Add signature! macro for compile-time validation. #984

Changed

  • 🎨 Format all files (rust 1.85).

Fixed

  • 🐛 zvariant_derive shouldn't set features on zvariant.