chore: release v0.1.6 - #19
Merged
Merged
Conversation
Ships everything since v0.1.5: - action installs prebuilt binary instead of go install (#17) - read-only tools report destructive=false (#16) - release version-sync automation (#18) Bumps via scripts/release.sh: server.json version + OCI identifier and the pinned-docker example. MCP serverInfo version comes from ldflags. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Version bump release PR to cut v0.1.6 by updating the remaining version-pinned public artifacts (MCP registry server.json and the intentionally pinned Docker example in both READMEs).
Changes:
- Bump MCP registry metadata in
server.jsonfrom0.1.5→0.1.6(including OCI identifier). - Update the pinned Docker tag example in
README.mdto:0.1.6. - Update the pinned Docker tag example in
README.ko.mdto:0.1.6.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| server.json | Updates published MCP registry version and OCI image identifier to 0.1.6. |
| README.md | Updates the pinned Docker image tag example to 0.1.6. |
| README.ko.md | Updates the pinned Docker image tag example to 0.1.6. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Version bump to v0.1.6 — the first release cut through the new release automation.
Ships since v0.1.5
go install(chore: Action installs prebuilt binary instead of go install #17)destructive=false(chore: Glama badge + fix read-only tools' destructive hint #16)where klawsdoc fixes (feat: automate release version-sync across public entries #18, docs: public-launch polish (Docker-first, privacy/security, KO parity) #15, chore: Glama badge + fix read-only tools' destructive hint #16)Bump
Produced by
scripts/release.sh 0.1.6:server.json(version + OCI identifier) and the pinned-docker example.server.jsonvalidates. MCPserverInfoversion is ldflags-driven, so it needs no manual edit.On merge + tag
v0.1.6, the release workflow will (first live run):ghcr.io/rostradamus/klaws:0.1.6(+:latest)server.jsonto the MCP Registry via OIDC — clears the duplicate-version block since it's a new versionv0alias tag →@v0consumers get 0.1.6🤖 Generated with Claude Code