From 87aaad1f1f1c0856374e60dbe3c2c6eedb9bca3d Mon Sep 17 00:00:00 2001 From: Eric Stern Date: Sun, 15 Mar 2026 10:09:10 -0700 Subject: [PATCH 1/2] Minor: Add reference to spec raw format to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6f7945d..ee73392 100644 --- a/README.md +++ b/README.md @@ -742,6 +742,7 @@ WebAuthn spec: - https://www.w3.org/TR/webauthn-2/ - https://www.w3.org/TR/2021/REC-webauthn-2-20210408/ (spec implemented to this version) +- https://github.com/w3c/webauthn/blob/main/index.bs General quickstart guide: - https://webauthn.guide/ From fd0e51e829f7e7fab524b6d156496dd755a756a0 Mon Sep 17 00:00:00 2001 From: Eric Stern Date: Sun, 15 Mar 2026 10:10:08 -0700 Subject: [PATCH 2/2] 8.5 is released, update version range --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index be1056b..18ab7d7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,7 +23,8 @@ jobs: - '8.2' - '8.3' - '8.4' - - '8.5-dev' + - '8.5' + - '8.6-dev' steps: - name: Check out code