Skip to content

Commit 92a69cd

Browse files
authored
Merge pull request #366 from AppSprout-dev/release-please--branches--main
chore(main): release 0.34.1
2 parents 0af0268 + a2f221d commit 92a69cd

3 files changed

Lines changed: 11 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.34.0"
2+
".": "0.34.1"
33
}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ 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.34.1](https://github.com/AppSprout-dev/mnemonic/compare/v0.34.0...v0.34.1) (2026-03-29)
8+
9+
10+
### Bug Fixes
11+
12+
* add cancellation to HeuristicFilter cleanup goroutine ([c8848cd](https://github.com/AppSprout-dev/mnemonic/commit/c8848cdf425b25148a375bffb0f9740068d404da))
13+
* cancel constructor context in encoding agent Start() ([6a77042](https://github.com/AppSprout-dev/mnemonic/commit/6a77042aba014e9c20530e7fc965e4fdcb0ae5bc))
14+
* remediate all 9 yield audit findings (issue [#355](https://github.com/AppSprout-dev/mnemonic/issues/355)) ([0af0268](https://github.com/AppSprout-dev/mnemonic/commit/0af0268726051fd9af7eb05fb342fbcaf943e347))
15+
716
## [0.34.0](https://github.com/AppSprout-dev/mnemonic/compare/v0.33.0...v0.34.0) (2026-03-29)
817

918

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

0 commit comments

Comments
 (0)