What's Changed
* Add the `py.typed` marker by puddly in https://github.com/zigpy/zigpy/pull/1260
* Add a `permit_with_link_key` method, in preparation for removing `permit_with_key` by puddly in https://github.com/zigpy/zigpy/pull/1261
* Support separate update of lqi and rssi by Shulyaka in https://github.com/zigpy/zigpy/pull/1263
* Don't shut down the database when `startup` has been manually called by puddly in https://github.com/zigpy/zigpy/pull/1262
Notes
The disconnect behavior of `startup` has changed. Please make sure you explicitly call `shutdown`.
**Full Changelog**: https://github.com/zigpy/zigpy/compare/0.57.2...0.58.0