File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "." : " 0.34.0 "
2+ "." : " 0.34.1 "
33}
Original file line number Diff line number Diff line change @@ -4,6 +4,15 @@ All notable changes to Mnemonic will be documented in this file.
44
55Format 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
Original file line number Diff line number Diff line change 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
33BUILD_DIR =bin
4- VERSION =0.34.0 # x-release-please-version
4+ VERSION =0.34.1 # x-release-please-version
55LDFLAGS=-ldflags "-s -w -X main.Version=$(VERSION ) "
66TAGS =
77
You can’t perform that action at this time.
0 commit comments