@danielmarbach/mnemonic-mcp 0.8.0 → 0.8.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -4,6 +4,13 @@ All notable changes to `mnemonic` will be documented in this file.
4
4
 
5
5
  The format is loosely based on Keep a Changelog and uses semver-style version headings.
6
6
 
7
+ ## [0.8.1] - 2026-03-14
8
+
9
+ ### Changed
10
+
11
+ - The publish workflow now updates the Homebrew formula through an automated pull request instead of pushing directly to `main`.
12
+ - `workflow_dispatch` now supports job toggles (`run_npm`, `run_docker`, `run_homebrew`, `run_release`) so partial release failures can be resumed by rerunning only remaining jobs.
13
+
7
14
  ## [0.8.0] - 2026-03-14
8
15
 
9
16
  ### Changed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@danielmarbach/mnemonic-mcp",
3
- "version": "0.8.0",
3
+ "version": "0.8.1",
4
4
  "description": "A local MCP memory server backed by markdown + JSON files, synced via git",
5
5
  "type": "module",
6
6
  "repository": {