v.0.4.6
All checks were successful
CI / fmt (push) Successful in 1m1s
CI / clippy (push) Successful in 4m41s
CI / test (push) Successful in 5m34s

This commit is contained in:
2026-07-16 09:54:02 +02:00
parent 4d7117b123
commit 17b57fb9b5
4 changed files with 34 additions and 3 deletions

View File

@@ -1,5 +1,14 @@
# Changelog
## [0.4.6] — 2026-07-16
### New features
- `ActivityPubServiceBuilder::nodeinfo_services(inbound, outbound)` — forward NodeInfo services config through the builder
- `ActivityPubServiceBuilder::nodeinfo_metadata(value)` — forward arbitrary NodeInfo metadata through the builder
---
## [0.4.5] — 2026-07-16
### Bug fixes