Unverified Commit fd2a5b82 authored by Hong Minhee's avatar Hong Minhee
Browse files

Release 1.0.21

parent 7d0511b7
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ Fedify changelog
Version 1.0.21
--------------

To be released.
Released on March 20, 2025.

 -  Fixed a bug of WebFinger handler where it had failed to match
    `acct:` URIs with a host having a port number.
@@ -16,6 +16,8 @@ To be released.
    parameter of the followers collection.  [[#217]]

[#217]: https://github.com/fedify-dev/fedify/issues/217
[#218]: https://github.com/fedify-dev/fedify/issues/218
[#219]: https://github.com/fedify-dev/fedify/pull/219


Version 1.0.20
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ import type {
  ActorDispatcher,
  ActorHandleMapper,
} from "../federation/callback.ts";
import { RequestContext } from "../federation/context.ts";
import type { RequestContext } from "../federation/context.ts";
import { createRequestContext } from "../testing/context.ts";
import { test } from "../testing/mod.ts";
import type { Actor } from "../vocab/actor.ts";