release: 0.3.0 - #25
Merged
Merged
Conversation
Snapshot of the private repository at 85196ec (version 0.3.0). Carries: - release: 0.3.0 (#189) - docs: present hosted service as the cloud version (#190) Source: artifact-hub 85196ec5cb58ae237afe958ff421dac62f6e7cf1 Signed-off-by: xiongxz <xiuzhang.xiong@lexmount.com>
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.
Snapshot of the private repository at
85196ec, carrying the 0.3.0 release commit and the README wording already merged here as #24.CHANGELOG.md: the accumulated Unreleased entries become a curated0.3.0 — 2026-09-24section with a summary, an upgrade note and Added / Changed / Fixed.package.json,cli/package.json, both lockfiles and the MCP server descriptor.No source changes beyond the version strings; everything else in 0.3.0 arrived with #23 and #24.
Upgrade note, repeated from the changelog: stop every instance sharing the database before deploying. 0.2.0 binaries cannot run against the cleaned authorization schema, and the old and new authorization writers must not run together. See
docs/RBAC.md.Verified locally on this branch:
npm ci(root andcli/),tsc --noEmit,npm run check:readme,vitest run(165 files, 1874 tests passed),next build— all green.After merge: tag
v0.3.0, which publishesghcr.io/lexmount/artifact-site:0.3.0and@artifact-site/cli@0.3.0.🤖 Generated with Claude Code