From 343778401c91270b5fb486295dd514aa85b55229 Mon Sep 17 00:00:00 2001 From: che cheng Date: Fri, 17 Jul 2026 14:06:00 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20bump=20version=20to=200.14.0=20?= =?UTF-8?q?=E2=80=94=20hallucination=20filtering=20phases=202+3=20ship?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit DataModels + plugin.json bumped together (version-tracking gate); CHANGELOG [Unreleased] cut into [0.14.0]; daily changelog entry included. Refs #100, Refs #101 --- CHANGELOG.md | 2 ++ Sources/BestASRKit/Models/DataModels.swift | 2 +- changelog/20260717_v0.14.0-release.md | 17 +++++++++++++++++ plugins/bestasr/.claude-plugin/plugin.json | 2 +- 4 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 changelog/20260717_v0.14.0-release.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ca184b..e8ae3d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ All notable changes to bestASR are documented here. The format follows ## [Unreleased] +## [0.14.0] - 2026-07-17 + ### Added - **Confidence-gated hallucination filtering (#100)**: `--hallucination-filter diff --git a/Sources/BestASRKit/Models/DataModels.swift b/Sources/BestASRKit/Models/DataModels.swift index 35acee1..e0111ae 100644 --- a/Sources/BestASRKit/Models/DataModels.swift +++ b/Sources/BestASRKit/Models/DataModels.swift @@ -1,7 +1,7 @@ import Foundation public enum BestASRVersion { - public static let current = "0.13.0" + public static let current = "0.14.0" } // MARK: - Backends diff --git a/changelog/20260717_v0.14.0-release.md b/changelog/20260717_v0.14.0-release.md new file mode 100644 index 0000000..7c579aa --- /dev/null +++ b/changelog/20260717_v0.14.0-release.md @@ -0,0 +1,17 @@ +# 2026-07-17 — v0.14.0 發布(幻覺過濾 Phase 2+3 出貨) + +## 發布 + +- **v0.14.0**:把 #100(`--hallucination-filter full`,confidence-gated)與 + #101(WhisperKit decode knobs:`--no-speech-threshold` / + `--compression-ratio-threshold` / `--logprob-threshold`)從 [Unreleased] + 切版出貨。CHANGELOG [0.14.0] 段落為準。 +- `release-mcp.sh 0.14.0`:notarized `bestasr-mcp`(MCP `hallucination_filter` + 參數自此吃得到 `full`)→ GitHub Release v0.14.0 +- `release-app.sh`:簽章 + notarize + staple 的 `bestASR-0.14.0.zip` 上傳同一 release +- `/plugin-update bestasr`:plugin 0.13.0 → 0.14.0 + +## 程式檔變更(今日) + +- `Sources/BestASRKit/Models/DataModels.swift` — `BestASRVersion.current` → 0.14.0 +- `plugins/bestasr/.claude-plugin/plugin.json` — 0.14.0 diff --git a/plugins/bestasr/.claude-plugin/plugin.json b/plugins/bestasr/.claude-plugin/plugin.json index 9322323..dc23e89 100644 --- a/plugins/bestasr/.claude-plugin/plugin.json +++ b/plugins/bestasr/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "bestasr", - "version": "0.13.0", + "version": "0.14.0", "description": "bestASR for agents: the bestasr-mcp MCP server (benchmark-driven ASR routing — transcribe/recommend/list_backends/list_models/corpus_add, auto-downloaded on install) plus workflow skills (context-ingest, srt-proofread, transcript).", "author": { "name": "PsychQuant",