Skip to content

Commit 53a3120

Browse files
chore: bump version to 0.2.3
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent f0ce26d commit 53a3120

6 files changed

Lines changed: 20 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@ and this project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.ht
77

88
## [Unreleased]
99

10+
## [0.2.3] - 2026-03-14
11+
12+
### Added
13+
14+
- Runtime-unavailable guidance: clearer error messages when Ollama or LM Studio is not reachable, with install/start instructions.
15+
- All install commands now use `@latest` to ensure users always get the latest version.
16+
- PRD for TTY rendering migration to standard libraries (@clack/prompts, wrap-ansi, gradient-string, boxen).
17+
- Supabase migrations tracked in git (11 previously untracked migration files).
18+
19+
### Fixed
20+
21+
- Version and update checks are now install-channel-aware (npm, Homebrew, npx) with correct update commands.
22+
- Interactive menu repaint stabilized: replaced save/restore cursor with relative cursor movement to prevent ghost lines on terminal resize or long menus.
23+
1024
## [0.2.2] - 2026-03-06
1125

1226
### Added

mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "metrillm-mcp",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"mcpName": "io.github.MetriLLM/metrillm",
55
"description": "MCP server for MetriLLM — benchmark local LLMs from any AI coding assistant",
66
"type": "module",

mcp/server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
"source": "github",
88
"subfolder": "mcp"
99
},
10-
"version": "0.2.2",
10+
"version": "0.2.3",
1111
"packages": [
1212
{
1313
"registryType": "npm",
1414
"identifier": "metrillm-mcp",
15-
"version": "0.2.2",
15+
"version": "0.2.3",
1616
"transport": {
1717
"type": "stdio"
1818
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "metrillm",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "Benchmark your local LLM models — speed, quality & hardware fitness verdict",
55
"type": "module",
66
"bin": {

plugins/claude-code/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "metrillm",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "Benchmark local LLM models — performance, quality & hardware fitness verdict",
55
"author": {
66
"name": "Cyril Guilleminot",

plugins/cursor/.cursor-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "metrillm",
33
"displayName": "MetriLLM",
4-
"version": "0.2.2",
4+
"version": "0.2.3",
55
"description": "Benchmark local LLM models — performance, quality & hardware fitness verdict",
66
"category": "developer-tools",
77
"author": {

0 commit comments

Comments
 (0)