Releases: z-galaxy/zbus
Releases · z-galaxy/zbus
zbus_macros-5.13.2
Fixed
- 🐛 Allow
out_argswith 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
Fixed
- 🐛 fix regression on windows build. #1686
- 🐛 Correct Peer interface to work on any arbitrary object path.
zvariant_derive-5.9.2
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
Other
- ⏪️ Revert "🐛 zv: Don't impl Type for dicts with non-basic keys".
zbus_macros-5.13.1
Fixed
- 🐛 Allow
out_argswith 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
Fixed
- 🐛 Implement
get_machine_id()for *BSD platforms.
zvariant_derive-5.9.1
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
Other
- 🤖 release-plz: Fix formatting of CHANGELOG files.
- 🤖 release-plz: Use the default header in changelog.
zvariant_utils-3.3.0
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
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.