Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.36.0"
".": "0.37.0"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ All notable changes to Mnemonic will be documented in this file.

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

## [0.37.0](https://github.com/AppSprout-dev/mnemonic/compare/v0.36.0...v0.37.0) (2026-04-21)


### Features

* **complete:** per-request ablate_layers flag on /api/v1/complete ([610e032](https://github.com/AppSprout-dev/mnemonic/commit/610e032f276a3c8bdb258a5ee75b4ce98dce443e))
* **complete:** per-request ablate_layers flag on /api/v1/complete ([e5e111e](https://github.com/AppSprout-dev/mnemonic/commit/e5e111e310728d1c1487e24b653218972f6a0d45))
* **web:** admin edit/delete + sortable columns + handoffs section ([e807873](https://github.com/AppSprout-dev/mnemonic/commit/e8078730f1ab2030498213a9ccd55936d1a20a5d))
* **web:** admin edit/delete + sortable columns + handoffs section ([09f974e](https://github.com/AppSprout-dev/mnemonic/commit/09f974e8f2b6c6066086e603caf6ab30d7a561d6))

## [0.36.0](https://github.com/AppSprout-dev/mnemonic/compare/v0.35.0...v0.36.0) (2026-04-18)


Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.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

BUILD_DIR=bin
VERSION=0.36.0 # x-release-please-version
VERSION=0.37.0 # x-release-please-version
LDFLAGS=-ldflags "-s -w -X main.Version=$(VERSION)"
TAGS=

Expand Down