diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 93c546c..05b6024 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.36.0" + ".": "0.37.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c98e6e3..03184dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/Makefile b/Makefile index 1d638fe..286248d 100644 --- a/Makefile +++ b/Makefile @@ -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=