docs: fix stale ROADMAP.md version header, fill in content gaps - #13
Merged
Conversation
Header said "What ships today (v0.31)" — untouched since v0.31, we're at 0.34.1. Reworded to "What ships as of version 0.34.1" so it names an explicit version rather than implying it's always current. While auditing for staleness against the actual CHANGELOG, found two content gaps beyond the version number: - CLI bullet only listed ~13 commands; the real CLI has ~40+ now (users:*, content:i18n-status, backup/restore, authz:sign, add, codegen, schema:export, etc.) — expanded to actually match reality. - Public user auth bullet didn't mention account linking (0.33.0) or admin-provisioned accounts via `dune users:create` (0.33.0), both real user-facing capabilities, not just internal fixes. Deliberately left out maintainer-facing/internal changes since 0.31 (dev:link, plugin-pin range relaxation, job timeouts, CI/dependabot guards) — this section describes what a site builder gets, not an exhaustive changelog. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
zumbrunn
added a commit
that referenced
this pull request
Aug 31, 2026
Defers the @dune/plugin-admin@^3.0 pin bump to a follow-up release — see the CHANGELOG entry for why bumping it now would break every site with the admin panel enabled. Also fixes two stale users.manage test assertions left over from PR #15's own branch (predated the removal in 3336468, never reconciled during merge), and drops the version number from ROADMAP.md's header so it stops going stale every release (the thing #13 just fixed once already).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Header said "What ships today (v0.31)" — untouched since v0.31, we're at 0.34.1. Reworded to "What ships as of version 0.34.1" so it names an explicit version rather than implying it's always current.
While auditing for staleness against the actual CHANGELOG, found two content gaps beyond the version number:
dune users:create(0.33.0), both real user-facing capabilities.Deliberately left out maintainer-facing/internal changes since 0.31 (
dev:link, plugin-pin range relaxation, job timeouts, CI/dependabot guards) — this section describes what a site builder gets, not an exhaustive changelog.