feat: update NodeInfo 2.0 response to include $schema field and bump version to 0.4.3
Some checks failed
CI / fmt (push) Successful in 31s
CI / test (push) Has been cancelled
CI / clippy (push) Has been cancelled

This commit is contained in:
2026-07-11 10:18:18 +02:00
parent 902d38cc76
commit 997047fdbd
5 changed files with 19 additions and 2 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## [0.4.3] — 2026-07-11
### Bug fixes
- NodeInfo 2.0 response now includes the required `$schema` field (`http://nodeinfo.diaspora.software/ns/schema/2.0#`). Validators like browser.pub rejected the previous response for missing it.
---
## [0.4.2] — 2026-07-10
### New features