Skip to content

Commit 272f7e3

Browse files
javiertoledoclaude
andcommitted
v0.2.1: Version bump to release diarization tuning + README update
Includes all changes since v0.2.0: - High-quality diarization config (stepRatio=0.1, threshold=0.7) - --speakers hint passed through to clustering - Updated README with Parakeet references and diarization tips Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent e1a9eb4 commit 272f7e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/scribe/ScribeCLI.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ struct ScribeCLI: AsyncParsableCommand {
55
static let configuration = CommandConfiguration(
66
commandName: "scribe",
77
abstract: "State-of-the-art local audio transcription with speaker diarization for macOS.",
8-
version: "0.2.0",
8+
version: "0.2.1",
99
subcommands: [Transcribe.self, Models.self],
1010
defaultSubcommand: Transcribe.self
1111
)

0 commit comments

Comments
 (0)