From b36ce25f155b424af9006435e97dcbac7bcaa9de Mon Sep 17 00:00:00 2001 From: "ro.stradamus" Date: Wed, 8 Jul 2026 04:31:14 +0900 Subject: [PATCH] chore: release v0.1.6 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) --- README.ko.md | 2 +- README.md | 2 +- server.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.ko.md b/README.ko.md index 65fa047..4b4a9fa 100644 --- a/README.ko.md +++ b/README.ko.md @@ -38,7 +38,7 @@ klaws scan ./MyService.java # 단일 파일 스캔 docker run --rm -v "$PWD":/src:ro ghcr.io/rostradamus/klaws scan /src # floating latest 태그 대신 특정 버전 고정 -docker run --rm -v "$PWD":/src:ro ghcr.io/rostradamus/klaws:0.1.5 scan /src +docker run --rm -v "$PWD":/src:ro ghcr.io/rostradamus/klaws:0.1.6 scan /src ``` ### 사전 빌드된 바이너리 diff --git a/README.md b/README.md index fab7b17..abce08f 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ No toolchain required — the image is published to GitHub Container Registry an docker run --rm -v "$PWD":/src:ro ghcr.io/rostradamus/klaws scan /src # Pin a version instead of the floating latest tag -docker run --rm -v "$PWD":/src:ro ghcr.io/rostradamus/klaws:0.1.5 scan /src +docker run --rm -v "$PWD":/src:ro ghcr.io/rostradamus/klaws:0.1.6 scan /src ``` ### Prebuilt binary diff --git a/server.json b/server.json index 61500c5..5e9e75f 100644 --- a/server.json +++ b/server.json @@ -8,11 +8,11 @@ "url": "https://github.com/rostradamus/klaws", "source": "github" }, - "version": "0.1.5", + "version": "0.1.6", "packages": [ { "registryType": "oci", - "identifier": "ghcr.io/rostradamus/klaws:0.1.5", + "identifier": "ghcr.io/rostradamus/klaws:0.1.6", "transport": { "type": "stdio" }