From a05dd4d509c8cae283a817eb77333077e1936d4b Mon Sep 17 00:00:00 2001 From: naliyi <154817482+naliyi@users.noreply.github.com> Date: Wed, 16 Sep 2026 14:58:17 +0000 Subject: [PATCH 1/2] changelog: cut 0.3.0 for NIP-34/NIP-22 support Relabels the top CHANGELOG.md section from Unreleased to 0.3.0, which is all that's needed to cut the release -- the Release workflow (.github/workflows/release.yml) tags and publishes off whatever section is topmost, and there's no version string hardcoded elsewhere to update. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4715126..cb2c183 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased] +## [0.3.0] ### Added From 7fbddd2232e616335b7cd8ee0e3c47d10717a868 Mon Sep 17 00:00:00 2001 From: naliyi <154817482+naliyi@users.noreply.github.com> Date: Wed, 16 Sep 2026 15:19:15 +0000 Subject: [PATCH 2/2] docs(README): shorten nip22/nip34 one-line descriptions Both ran noticeably longer than every other entry in the Implemented NIPs list. Trimmed to match the list's terse, single-line style. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b4a52c3..5b4cf24 100644 --- a/README.md +++ b/README.md @@ -40,11 +40,11 @@ go get github.com/ohstr/nmilat - **[`nip16`](https://github.com/nostr-protocol/nips/blob/master/16.md)** — Event treatment (regular/replaceable/ephemeral kinds) - **[`nip17`](https://github.com/nostr-protocol/nips/blob/master/17.md), [`nip59`](https://github.com/nostr-protocol/nips/blob/master/59.md)** — Private direct messages, gift wraps - **[`nip19`](https://github.com/nostr-protocol/nips/blob/master/19.md)** — Bech32-encoded entities: npub, nsec, note, plus the TLV-based nprofile, nevent, and naddr -- **[`nip22`](https://github.com/nostr-protocol/nips/blob/master/22.md)** — Comment: generic kind:1111 threading note scoped to a root event, address, or NIP-73 external identifier +- **[`nip22`](https://github.com/nostr-protocol/nips/blob/master/22.md)** — Comment: generic kind:1111 threading note - **[`nip23`](https://github.com/nostr-protocol/nips/blob/master/23.md)** — Long-form content - **[`nip26`](https://github.com/nostr-protocol/nips/blob/master/26.md)** — Event delegation - **[`nip33`](https://github.com/nostr-protocol/nips/blob/master/33.md)** — Parameterized replaceable events (now called addressable events) -- **[`nip34`](https://github.com/nostr-protocol/nips/blob/master/34.md)** — git stuff: repository announcements/state, patches, pull requests, issues, replies, and status over Nostr +- **[`nip34`](https://github.com/nostr-protocol/nips/blob/master/34.md)** — git stuff: code collaboration over Nostr - **[`nip40`](https://github.com/nostr-protocol/nips/blob/master/40.md)** — Event expiration - **[`nip42`](https://github.com/nostr-protocol/nips/blob/master/42.md), [`nip98`](https://github.com/nostr-protocol/nips/blob/master/98.md)** — Relay/HTTP authentication - **[`nip43`](https://github.com/nostr-protocol/nips/blob/master/43.md)** — Relay access metadata and requests