Release v0.22
Crates
- nostr
- nostr-sdk
- nostr-sdk-net
Note
If you are using bitcoin
v0.29 in your deps, use =0.22.0-bitcoin-v0.29
instead of 0.22
.
What's Changed
- Remove amount tag from zap receipt event builder by @0xtrr in #88
- Add lnurl tag by @0xtrr in #87
- Add support for handling NIP-40 Expiration Timestamp by @OverOrion in #89
- Make preimage optional in zap event builder by @0xtrr in #91
- docs: clarify req_events_of behavior by @nickmonad in #93
- nostr: Also accept
displayName
in metadata by @jirijakes in #96 - Add more docs for RelayPoolNotification by @ok300 in #99
- Add support for NIP-58 Badges by @OverOrion in #101
- nostr: remove
thiserror
dep by @yukibtc in #102 - chore: fix typos by @thesimplekid in #106
- Nip47 by @thesimplekid in #103
New Contributors
- @OverOrion made their first contribution in #89
- @nickmonad made their first contribution in #93
Full Changelog: v0.21.0...v0.22.0