From 7d5ff9b024d5ded347fecbfcf616c0318103e0dc Mon Sep 17 00:00:00 2001 From: Soju06 Date: Sat, 28 Feb 2026 00:36:19 +0900 Subject: [PATCH] chore(main): release 0.4.1 --- .claude-plugin/plugin.json | 2 +- .github/release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ package.json | 2 +- skills/knowpatch/SKILL.md | 2 +- skills/knowpatch/corrections/cli-tools.md | 2 +- skills/knowpatch/corrections/frameworks.md | 2 +- skills/knowpatch/corrections/frontier-models.md | 2 +- skills/knowpatch/corrections/javascript.md | 2 +- skills/knowpatch/corrections/macos.md | 2 +- skills/knowpatch/corrections/open-source-models.md | 2 +- skills/knowpatch/corrections/platforms.md | 2 +- skills/knowpatch/corrections/python.md | 2 +- skills/knowpatch/corrections/runtimes.md | 2 +- 14 files changed, 21 insertions(+), 13 deletions(-) diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index af65f52..5392c3c 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "knowpatch", "description": "LLM knowledge cutoff compensator — corrects outdated versions and deprecated APIs", - "version": "0.4.0", + "version": "0.4.1", "author": { "name": "Soju06" }, diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 2537c1f..218393f 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.0" + ".": "0.4.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 405214c..2b7be23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.4.1](https://github.com/Soju06/knowpatch/compare/v0.4.0...v0.4.1) (2026-02-27) + + +### Bug Fixes + +* add update UX, file-level version patching, and v0.3→v0.4 migration ([be3a963](https://github.com/Soju06/knowpatch/commit/be3a963161939f1a525a3ee3d767d2aec5a30c29)) +* add update UX, file-level version patching, and v0.3→v0.4 migration ([5fd78bd](https://github.com/Soju06/knowpatch/commit/5fd78bd9a193afd7f0ae086c96d695a99c90591a)) + ## [0.4.0](https://github.com/Soju06/knowpatch/compare/v0.3.0...v0.4.0) (2026-02-27) diff --git a/package.json b/package.json index 6c2defb..962a3a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "knowpatch", - "version": "0.4.0", + "version": "0.4.1", "description": "LLM knowledge cutoff compensator for Claude Code. Corrects outdated versions, deprecated APIs, renamed packages.", "type": "module", "bin": { diff --git a/skills/knowpatch/SKILL.md b/skills/knowpatch/SKILL.md index 36c9789..0526bd1 100644 --- a/skills/knowpatch/SKILL.md +++ b/skills/knowpatch/SKILL.md @@ -1,6 +1,6 @@ --- name: knowpatch -version: "0.4.0" # x-release-please-version +version: "0.4.1" # x-release-please-version description: > LLM knowledge cutoff compensator — knowledge corrections for breaking changes and API drift. Covers: renamed packages (shadcn-ui→shadcn), changed APIs (z.string().email()→z.email()), diff --git a/skills/knowpatch/corrections/cli-tools.md b/skills/knowpatch/corrections/cli-tools.md index 4a96994..b5b27fd 100644 --- a/skills/knowpatch/corrections/cli-tools.md +++ b/skills/knowpatch/corrections/cli-tools.md @@ -2,7 +2,7 @@ ecosystem: cli-tools description: CLI tool renames, command changes, major versions tags: [shadcn, tailwind, eslint, create-react-app, vite, webpack, prettier, cli] -version: "0.4.0" # x-release-please-version +version: "0.4.1" # x-release-please-version last_updated: "2026-02-24" --- diff --git a/skills/knowpatch/corrections/frameworks.md b/skills/knowpatch/corrections/frameworks.md index d92ae45..b643e75 100644 --- a/skills/knowpatch/corrections/frameworks.md +++ b/skills/knowpatch/corrections/frameworks.md @@ -2,7 +2,7 @@ ecosystem: frameworks description: Framework major version breaking changes tags: [next, nextjs, svelte, vue, nuxt, astro, remix, angular, framework] -version: "0.4.0" # x-release-please-version +version: "0.4.1" # x-release-please-version last_updated: "2026-02-24" --- diff --git a/skills/knowpatch/corrections/frontier-models.md b/skills/knowpatch/corrections/frontier-models.md index cf37bd6..6a934aa 100644 --- a/skills/knowpatch/corrections/frontier-models.md +++ b/skills/knowpatch/corrections/frontier-models.md @@ -2,7 +2,7 @@ ecosystem: frontier-models description: Proprietary frontier AI model names, IDs, SDK versions, multimodal support tags: [claude, gpt, gemini, openai, anthropic, model, llm, sdk, ai] -version: "0.4.0" # x-release-please-version +version: "0.4.1" # x-release-please-version last_updated: "2026-02-27" --- diff --git a/skills/knowpatch/corrections/javascript.md b/skills/knowpatch/corrections/javascript.md index 82f60a0..cd7b867 100644 --- a/skills/knowpatch/corrections/javascript.md +++ b/skills/knowpatch/corrections/javascript.md @@ -2,7 +2,7 @@ ecosystem: javascript description: JS/TS library API changes tags: [zod, react, typescript, npm, bun, deno, pnpm, esm, types, javascript, js, ts] -version: "0.4.0" # x-release-please-version +version: "0.4.1" # x-release-please-version last_updated: "2026-02-24" --- diff --git a/skills/knowpatch/corrections/macos.md b/skills/knowpatch/corrections/macos.md index 1d1795f..c9ba5e0 100644 --- a/skills/knowpatch/corrections/macos.md +++ b/skills/knowpatch/corrections/macos.md @@ -2,7 +2,7 @@ ecosystem: macos description: macOS 26 version naming, Liquid Glass, Swift 6.2, system toolchain, Apple framework changes tags: [macos, tahoe, xcode, swift, swiftui, liquid-glass, metal, rosetta, intel, apple-silicon, foundation-models] -version: "0.4.0" # x-release-please-version +version: "0.4.1" # x-release-please-version last_updated: "2026-02-27" --- diff --git a/skills/knowpatch/corrections/open-source-models.md b/skills/knowpatch/corrections/open-source-models.md index 1fbdfef..7dc3791 100644 --- a/skills/knowpatch/corrections/open-source-models.md +++ b/skills/knowpatch/corrections/open-source-models.md @@ -2,7 +2,7 @@ ecosystem: open-source-models description: Open-source frontier LLMs for coding, agentic tasks, and self-hosting (2026) tags: [open-source, self-hosted, coding-model, llama, deepseek, mistral, kimi, minimax, glm, qwen, vllm, sglang, swe-bench, moe, model, llm, ai] -version: "0.4.0" # x-release-please-version +version: "0.4.1" # x-release-please-version last_updated: "2026-02-27" --- diff --git a/skills/knowpatch/corrections/platforms.md b/skills/knowpatch/corrections/platforms.md index bef9463..42bb31b 100644 --- a/skills/knowpatch/corrections/platforms.md +++ b/skills/knowpatch/corrections/platforms.md @@ -2,7 +2,7 @@ ecosystem: platforms description: BaaS/platform API key changes, auth patterns tags: [supabase, anon, service_role, publishable, secret, jwks, baas, firebase, platform] -version: "0.4.0" # x-release-please-version +version: "0.4.1" # x-release-please-version last_updated: "2026-02-25" --- diff --git a/skills/knowpatch/corrections/python.md b/skills/knowpatch/corrections/python.md index a361832..1d635e5 100644 --- a/skills/knowpatch/corrections/python.md +++ b/skills/knowpatch/corrections/python.md @@ -2,7 +2,7 @@ ecosystem: python description: Python ecosystem tool/library changes tags: [pip, uv, poetry, pydantic, fastapi, django, ruff, flask, sqlalchemy, python] -version: "0.4.0" # x-release-please-version +version: "0.4.1" # x-release-please-version last_updated: "2026-02-24" --- diff --git a/skills/knowpatch/corrections/runtimes.md b/skills/knowpatch/corrections/runtimes.md index 5748ae1..e71668e 100644 --- a/skills/knowpatch/corrections/runtimes.md +++ b/skills/knowpatch/corrections/runtimes.md @@ -2,7 +2,7 @@ ecosystem: runtimes description: Runtime version tracks, LTS status tags: [node, python, bun, deno, go, java, runtime] -version: "0.4.0" # x-release-please-version +version: "0.4.1" # x-release-please-version last_updated: "2026-02-24" ---