Skip to content

Commit c55d442

Browse files
authored
Merge pull request #274 from AppSprout-dev/release-please--branches--main
chore(main): release 0.27.0
2 parents 7290fc3 + c416492 commit c55d442

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.26.1"
2+
".": "0.27.0"
33
}

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ All notable changes to Mnemonic will be documented in this file.
44

55
Format follows [Keep a Changelog](https://keepachangelog.com/). Versioning follows [Semantic Versioning](https://semver.org/).
66

7+
## [0.27.0](https://github.com/AppSprout-dev/mnemonic/compare/v0.26.1...v0.27.0) (2026-03-20)
8+
9+
10+
### Features
11+
12+
* add batch_recall MCP tool for parallel multi-query recall ([1d3cc08](https://github.com/AppSprout-dev/mnemonic/commit/1d3cc08dc3883c706533f5397ab19fd796e00f56)), closes [#275](https://github.com/AppSprout-dev/mnemonic/issues/275)
13+
* add DB checkpointing to lifecycle test ([020ee54](https://github.com/AppSprout-dev/mnemonic/commit/020ee549012486cd8341844a8b5840b0c502ac94)), closes [#272](https://github.com/AppSprout-dev/mnemonic/issues/272)
14+
* add proactive context push via get_context MCP tool ([7bedc64](https://github.com/AppSprout-dev/mnemonic/commit/7bedc641e59987d90ae690fa70f68dde5aea487d))
15+
* structured JSON output for all recall MCP tools ([3df5c75](https://github.com/AppSprout-dev/mnemonic/commit/3df5c75b032586028849e266dafaf1a709a15993)), closes [#276](https://github.com/AppSprout-dev/mnemonic/issues/276)
16+
717
## [0.26.1](https://github.com/AppSprout-dev/mnemonic/compare/v0.26.0...v0.26.1) (2026-03-20)
818

919

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.PHONY: build run clean test fmt vet start stop restart status watch install uninstall export backup insights dream-cycle mcp benchmark benchmark-quality benchmark-compare lifecycle-test setup-hooks lint
22

33
BUILD_DIR=bin
4-
VERSION=0.26.1 # x-release-please-version
4+
VERSION=0.27.0 # x-release-please-version
55
LDFLAGS=-ldflags "-s -w -X main.Version=$(VERSION)"
66
TAGS=
77

0 commit comments

Comments
 (0)