From 5346c000df972747f9d8735f5572050dfcae19d4 Mon Sep 17 00:00:00 2001 From: srobinson Date: Wed, 17 Jun 2026 21:50:27 +0700 Subject: [PATCH] chore(main): release 0.3.12 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- npm/frontmatter-matters/package.json | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 41df7d3..abcb936 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.11" + ".": "0.3.12" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 57139f5..8e2b75e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,13 @@ * document path based test filtering for Rust inline test modules * recommend `fmm generate` as the schema mismatch rebuild path +## [0.3.12](https://github.com/srobinson/fmm/compare/v0.3.11...v0.3.12) (2026-06-17) + + +### Bug Fixes + +* resolve rust crate import phantom edges ([#166](https://github.com/srobinson/fmm/issues/166)) ([cd577f2](https://github.com/srobinson/fmm/commit/cd577f2acd77bb2628b94ba8ea433fd82f186235)) + ## [0.3.11](https://github.com/srobinson/fmm/compare/v0.3.10...v0.3.11) (2026-06-17) diff --git a/Cargo.toml b/Cargo.toml index 3c0c86f..b657046 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["crates/*"] resolver = "3" [workspace.package] -version = "0.3.11" +version = "0.3.12" edition = "2024" authors = ["Stuart Robinson "] license = "MIT" diff --git a/npm/frontmatter-matters/package.json b/npm/frontmatter-matters/package.json index 31d5b8e..bf22825 100644 --- a/npm/frontmatter-matters/package.json +++ b/npm/frontmatter-matters/package.json @@ -1,6 +1,6 @@ { "name": "frontmatter-matters", - "version": "0.3.11", + "version": "0.3.12", "description": "Auto-generate code metadata sidecars for LLM-optimized navigation. No AST dumps, no embeddings — just structured YAML.", "license": "MIT", "repository": {