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.1.34"
".": "0.1.35"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.35](https://github.com/srobinson/fmm/compare/v0.1.34...v0.1.35) (2026-03-07)


### Features

* SQLite manifest store — replace per-file YAML sidecars (#ALP-912) ([#101](https://github.com/srobinson/fmm/issues/101)) ([dabc5f3](https://github.com/srobinson/fmm/commit/dabc5f327de8b6b85a5e4ca5e06aa3a72bf136e4))

## [0.1.34](https://github.com/srobinson/fmm/compare/v0.1.33...v0.1.34) (2026-03-07)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fmm"
version = "0.1.34"
version = "0.1.35"
edition = "2021"
authors = ["Stuart Robinson <stuart@alphabio.com>"]
description = "Auto-generate code metadata sidecars for LLM-optimized navigation"
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.1.34",
"version": "0.1.35",
"description": "Auto-generate code metadata sidecars for LLM-optimized navigation. No AST dumps, no embeddings — just structured YAML.",
"license": "MIT",
"repository": {
Expand Down