From e3fe72d53d6b78d06a1821063c4f5cafd2ce4e6d Mon Sep 17 00:00:00 2001 From: srobinson Date: Wed, 17 Jun 2026 20:16:01 +0700 Subject: [PATCH] chore(main): release 0.3.10 --- .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 ad588fc..9d063c0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.9" + ".": "0.3.10" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index ee16c92..867f4dd 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.10](https://github.com/srobinson/fmm/compare/v0.3.9...v0.3.10) (2026-06-17) + + +### Features + +* add exact glossary and reverse transitive deps ([#161](https://github.com/srobinson/fmm/issues/161)) ([4b3fa84](https://github.com/srobinson/fmm/commit/4b3fa84121d6a93cf1b9c6f4b5b7e0a5afe8f280)) + ## [0.3.9](https://github.com/srobinson/fmm/compare/v0.3.8...v0.3.9) (2026-06-17) diff --git a/Cargo.toml b/Cargo.toml index b6c6581..fc537e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["crates/*"] resolver = "3" [workspace.package] -version = "0.3.9" +version = "0.3.10" edition = "2024" authors = ["Stuart Robinson "] license = "MIT" diff --git a/npm/frontmatter-matters/package.json b/npm/frontmatter-matters/package.json index adf68d4..9f0d13f 100644 --- a/npm/frontmatter-matters/package.json +++ b/npm/frontmatter-matters/package.json @@ -1,6 +1,6 @@ { "name": "frontmatter-matters", - "version": "0.3.9", + "version": "0.3.10", "description": "Auto-generate code metadata sidecars for LLM-optimized navigation. No AST dumps, no embeddings — just structured YAML.", "license": "MIT", "repository": {