Skip to content

Commit e168bc6

Browse files
authored
Merge pull request #297 from AppSprout-dev/release-please--branches--main
chore(main): release 0.29.1
2 parents ffde162 + 44f0b37 commit e168bc6

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

.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.29.0"
2+
".": "0.29.1"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ 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.29.1](https://github.com/AppSprout-dev/mnemonic/compare/v0.29.0...v0.29.1) (2026-03-21)
8+
9+
10+
### Bug Fixes
11+
12+
* publish WatcherEvent to bus so retrieval agent receives activity ([#296](https://github.com/AppSprout-dev/mnemonic/issues/296)) ([c7fddc2](https://github.com/AppSprout-dev/mnemonic/commit/c7fddc21d78b34cc3b9ca09461d8f24b9927aefd))
13+
* sync daemon activity to MCP and filter path noise from themes ([#298](https://github.com/AppSprout-dev/mnemonic/issues/298)) ([739d39b](https://github.com/AppSprout-dev/mnemonic/commit/739d39bfdbde12fc96ef6502ab2812db8d232d4d))
14+
715
## [0.29.0](https://github.com/AppSprout-dev/mnemonic/compare/v0.28.0...v0.29.0) (2026-03-20)
816

917

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.29.0 # x-release-please-version
4+
VERSION=0.29.1 # x-release-please-version
55
LDFLAGS=-ldflags "-s -w -X main.Version=$(VERSION)"
66
TAGS=
77

0 commit comments

Comments
 (0)