diff --git a/CHANGELOG.md b/CHANGELOG.md index 051d6cc..59515d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog All notable changes to flameox are documented in this file. +## [0.1.10] - 2026-08-02 +### Bug Fixes + +- Preserve failure evidence across capture boundaries +- **evidence:** Preserve adapter and setup failure diagnostics +### Features + +- **mcp:** Support explicit external workspaces +- **preflight:** Classify unavailable perf and CUDA toolchains +### Testing + +- Refresh collection preservation baseline +- **release:** Verify published npm bootstrap freshness ## [0.1.9] - 2026-08-01 ### Bug Fixes diff --git a/npm/package-lock.json b/npm/package-lock.json index fd89ef8..de39af9 100644 --- a/npm/package-lock.json +++ b/npm/package-lock.json @@ -1,12 +1,12 @@ { "name": "flameox", - "version": "0.1.9", + "version": "0.1.10", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "flameox", - "version": "0.1.9", + "version": "0.1.10", "license": "MIT", "dependencies": { "jsonc-parser": "^3.3.1" diff --git a/npm/package.json b/npm/package.json index 00fce12..b6c20ee 100644 --- a/npm/package.json +++ b/npm/package.json @@ -1,6 +1,6 @@ { "name": "flameox", - "version": "0.1.9", + "version": "0.1.10", "description": "Bootstrap the local flameox MCP setup wizard", "homepage": "https://github.com/morluto/flameox#readme", "bugs": { diff --git a/pyproject.toml b/pyproject.toml index 1d5b703..3186e79 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "flameox" -version = "0.1.9" +version = "0.1.10" description = "Local runtime evidence CLI and MCP server for coding agents" readme = "README.md" license = "MIT" diff --git a/server.json b/server.json index 6ea18a9..7a729b0 100644 --- a/server.json +++ b/server.json @@ -8,13 +8,13 @@ "url": "https://github.com/morluto/flameox", "source": "github" }, - "version": "0.1.9", + "version": "0.1.10", "packages": [ { "registryType": "pypi", "registryBaseUrl": "https://pypi.org", "identifier": "flameox", - "version": "0.1.9", + "version": "0.1.10", "runtimeHint": "uvx", "transport": { "type": "stdio" diff --git a/uv.lock b/uv.lock index 4e1c19a..ac093de 100644 --- a/uv.lock +++ b/uv.lock @@ -588,7 +588,7 @@ wheels = [ [[package]] name = "flameox" -version = "0.1.9" +version = "0.1.10" source = { editable = "." } dependencies = [ { name = "anyio" },