From f5168ad30e221f90a2d6ba3b20b2508645a239a6 Mon Sep 17 00:00:00 2001 From: using-system <12829212+using-system@users.noreply.github.com> Date: Sun, 23 Aug 2026 12:40:16 +0000 Subject: [PATCH] chore(release): 1.4.1 --- .claude-plugin/marketplace.json | 2 +- CHANGELOG.md | 9 +++++++++ apm.yml | 6 +++--- marketplace/oddyssey/.claude-plugin/plugin.json | 2 +- marketplace/oddyssey/.mcp.json | 2 +- src/mcp-server/pyproject.toml | 2 +- src/mcp-server/uv.lock | 2 +- 7 files changed, 17 insertions(+), 8 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 65089a1..8ac909f 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -8,7 +8,7 @@ { "name": "oddyssey", "description": "Observability-Driven Development for CLI coding agents: OTel expert agent, run-observation agent, verification pass, local Grafana stack via MCP", - "version": "1.4.0", + "version": "1.4.1", "category": "Observability", "source": "./marketplace/oddyssey" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b56956..f07f2e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,17 @@ +## [1.4.1] - 2026-08-23 + +### ⚙️ Miscellaneous Tasks + +- *(community)* Community health files and manual release proposing (#45) ## [1.4.0] - 2026-08-23 ### 🚀 Features - *(apm)* In-repo instrumentation memory and committed odd reports (#32) + +### ⚙️ Miscellaneous Tasks + +- *(release)* 1.4.0 (#33) ## [1.3.0] - 2026-08-23 ### 🚀 Features diff --git a/apm.yml b/apm.yml index 2e5214d..e40df7f 100644 --- a/apm.yml +++ b/apm.yml @@ -1,5 +1,5 @@ name: oddyssey -version: 1.4.0 +version: 1.4.1 license: MIT description: Observability-Driven Development for CLI coding agents @@ -10,7 +10,7 @@ dependencies: transport: stdio command: uvx args: - - "oddyssey-mcp==1.4.0" + - "oddyssey-mcp==1.4.1" # `apm pack` compiles this block into the native marketplace manifests # (.claude-plugin/marketplace.json for Claude Code / Copilot CLI / Kimi @@ -28,5 +28,5 @@ marketplace: - name: oddyssey description: "Observability-Driven Development for CLI coding agents: OTel expert agent, run-observation agent, verification pass, local Grafana stack via MCP" source: ./marketplace/oddyssey - version: 1.4.0 + version: 1.4.1 category: Observability diff --git a/marketplace/oddyssey/.claude-plugin/plugin.json b/marketplace/oddyssey/.claude-plugin/plugin.json index bca219f..af573ac 100644 --- a/marketplace/oddyssey/.claude-plugin/plugin.json +++ b/marketplace/oddyssey/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "oddyssey", - "version": "1.4.0", + "version": "1.4.1", "description": "Observability-Driven Development for CLI coding agents", "license": "MIT" } \ No newline at end of file diff --git a/marketplace/oddyssey/.mcp.json b/marketplace/oddyssey/.mcp.json index 1849c97..790fc55 100644 --- a/marketplace/oddyssey/.mcp.json +++ b/marketplace/oddyssey/.mcp.json @@ -3,7 +3,7 @@ "oddyssey": { "type": "stdio", "command": "uvx", - "args": ["oddyssey-mcp==1.4.0"] + "args": ["oddyssey-mcp==1.4.1"] } } } diff --git a/src/mcp-server/pyproject.toml b/src/mcp-server/pyproject.toml index 4084379..5d5464a 100644 --- a/src/mcp-server/pyproject.toml +++ b/src/mcp-server/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "oddyssey-mcp" -version = "1.4.0" +version = "1.4.1" description = "Oddyssey MCP server: pilots the local observability stack for CLI coding agents" requires-python = ">=3.12" license = "MIT" diff --git a/src/mcp-server/uv.lock b/src/mcp-server/uv.lock index c2eeb12..e9fa727 100644 --- a/src/mcp-server/uv.lock +++ b/src/mcp-server/uv.lock @@ -506,7 +506,7 @@ wheels = [ [[package]] name = "oddyssey-mcp" -version = "1.4.0" +version = "1.4.1" source = { editable = "." } dependencies = [ { name = "httpx" },