Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.3.11"
".": "0.3.12"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["crates/*"]
resolver = "3"

[workspace.package]
version = "0.3.11"
version = "0.3.12"
edition = "2024"
authors = ["Stuart Robinson <stuart@alphabio.com>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion npm/frontmatter-matters/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down