Skip to content

v0.3.0 (beta)

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 14 May 09:31
· 7 commits to main since this release

Verifying this release

# 1. Import the Avark release signing key
gpg --import docs/release-signing-key.asc

# 2. Verify the checksum file signature
gpg --verify SHA256SUMS.asc SHA256SUMS

# 3. Verify each artifact matches its expected checksum
sha256sum -c SHA256SUMS

See docs/VERIFYING.md for the full process and the signing key fingerprint.

What's Changed

  • Stablecoin swap by @Jeezman in #6
  • feat(nostr): implement nostr profile management by @Jeezman in #7

Full Changelog: v0.2.0...v0.3.0