Skip to content
This repository was archived by the owner on May 11, 2023. It is now read-only.

Releases: dbus2/zbus-old

zvariant-2.1.0

10 May 21:50
Compare
Choose a tag to compare

Changes since 2.0.1:

  • Add to_owned method to string types. This is different than already
    blanked implemented ToOwned trait, as it creates a clone with 'static
    lifetime.
  • Deprecate Basic::ALIGNMENT for new alignment() function.
  • Implement some conversions:
    • From<&String> for Str
    • From<&String> for Value
    • From<&Vec> for Value
  • Fix infinite recursion in Error's PartialEq implementation.

zvariant-2.0.1

10 May 21:50
Compare
Choose a tag to compare
Merge branch 'de-bound-checks' into 'master'

zv: Ensure padding bytes exist before indexing into them

Closes #59

See merge request zeenix/zbus!140