Skip to content

Commit dc3d38b

Browse files
wolpertclaude
andcommitted
chore: open 2.0.1 development line and regenerate social card
- gradle.properties 2.0.0-SNAPSHOT -> 2.0.1-SNAPSHOT; browser SDK package.json 2.0.0 -> 2.0.1-SNAPSHOT (committed dev version mirrors gradle per RELEASE.md; the publish step pins the concrete version). New @SInCE tags now target 2.0.1. - Update the current-development-line references in CLAUDE.md, README.md, and docs/stability.md to 2.0.1-SNAPSHOT, and add 2.0 to the shipped-releases list. - Regenerate site/og-image.png from og-image.svg (now shows v2.0.0); rendered 1200x630 with Inkscape, Georgia present so it matches the design. Existing @SInCE 2.0.0 tags are unchanged (that API shipped in 2.0.0). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 64d6b4c commit dc3d38b

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
44

55
## What this is
66

7-
pk-auth is a **passkeys-first authentication library set for the JVM**, published to Maven Central under `com.codeheadsystems`. All modules share one version (`gradle.properties` → currently `2.0.0-SNAPSHOT`). It is *not* an identity provider: it owns passkeys/credentials, never users — the host maps users via the `UserLookup` SPI.
7+
pk-auth is a **passkeys-first authentication library set for the JVM**, published to Maven Central under `com.codeheadsystems`. All modules share one version (`gradle.properties` → currently `2.0.1-SNAPSHOT`). It is *not* an identity provider: it owns passkeys/credentials, never users — the host maps users via the `UserLookup` SPI.
88

99
The canonical architecture reference is [`DESIGN.md`](./DESIGN.md); per-decision rationale lives in [`docs/adr/`](./docs/adr/) (Nygard format, numbered). Read the relevant ADR before changing cross-module behavior.
1010

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ tests and Playwright end-to-end suites:
151151
## Status
152152

153153
1.0.0 cut the stable baseline; the current development line is
154-
**2.0.0-SNAPSHOT** (see `gradle.properties` for the authoritative
154+
**2.0.1-SNAPSHOT** (see `gradle.properties` for the authoritative
155155
version). The 1.1 line added per-audience JWT TTLs, the
156156
`AccessTokenStore` (stateful access tokens), the
157157
`UserDeletionService` fan-out, and the `pk-auth-refresh-tokens`

clients/passkeys-browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pk-auth/passkeys-browser",
3-
"version": "2.0.0",
3+
"version": "2.0.1-SNAPSHOT",
44
"description": "pk-auth browser SDK: WebAuthn ceremonies + admin operations against the pk-auth wire contract.",
55
"license": "MIT",
66
"author": "Ned Wolpert",

docs/stability.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
## Current status: 2.x
44

55
pk-auth is **post-1.0** as of the `v1.0.0` tag. The current development line is
6-
**2.0.0-SNAPSHOT** (`gradle.properties` is authoritative); the 1.1, 1.2, and
7-
1.3 releases have shipped. See [`CHANGELOG.md`](../CHANGELOG.md) for the
6+
**2.0.1-SNAPSHOT** (`gradle.properties` is authoritative); the 1.1, 1.2, 1.3, and
7+
2.0 releases have shipped. See [`CHANGELOG.md`](../CHANGELOG.md) for the
88
per-release delta.
99

1010
Post-1.0, pk-auth follows [Semantic Versioning](https://semver.org/):

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ org.gradle.jvmargs=-Xmx2g \
2121

2222
# Project identity
2323
group=com.codeheadsystems
24-
version=2.0.0-SNAPSHOT
24+
version=2.0.1-SNAPSHOT

site/og-image.png

216 Bytes
Loading

0 commit comments

Comments
 (0)