v0.9.1
This is a quick patch release to fix a couple of small but critical issues in 0.9.0:
- Fix a panic when a node is constructed without any listener addresses.
- Avoid leaking a goroutine if a peer connects to us and disconnects quickly.
- Emit address change events immediately when listen addresses are added and removed, instead of waiting for the periodic address change check to detect this.