Skip to content
Release 2.3.0

* Add inner() methods for all name types.
* Deserialize impl of Owned* shouldn't assume borrowed string. This allows
  these types to be deserialized from a std::io::Read (#287).
* Implement `TryFrom<Arc<str>>` for all types.
* Bump zvariant requirement to latest release.