diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 97bce11..fc5553b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.23.0" + ".": "0.24.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 087af46..e53d2b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,21 @@ 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.24.0](https://github.com/AppSprout-dev/mnemonic/compare/v0.23.0...v0.24.0) (2026-03-20) + + +### Features + +* add Windows binary to release pipeline and self-updater ([27fbb1a](https://github.com/AppSprout-dev/mnemonic/commit/27fbb1a5aad592321b42859508ef794244c6d9b5)) +* add Windows binary to release pipeline and self-updater ([6ec4ecc](https://github.com/AppSprout-dev/mnemonic/commit/6ec4ecc131a9417c775a45e56f9935b7b54d7b4e)) + + +### Bug Fixes + +* address PR feedback — zip test coverage and nullglob ([112f376](https://github.com/AppSprout-dev/mnemonic/commit/112f3760ee74987bdc010e93207e224c6b871e9f)) +* use logo in dashboard header and tab title ([0e33f28](https://github.com/AppSprout-dev/mnemonic/commit/0e33f283eedeb63eaf6a32ef69de36a096a78e93)) +* use logo in dashboard header and tab title ([f1e51c6](https://github.com/AppSprout-dev/mnemonic/commit/f1e51c6c7b205aceeb0416097132df6bfa7d58b1)) + ## [0.23.0](https://github.com/AppSprout-dev/mnemonic/compare/v0.22.0...v0.23.0) (2026-03-20) diff --git a/Makefile b/Makefile index 0e74598..0c989cf 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 setup-hooks lint BUILD_DIR=bin -VERSION=0.23.0 # x-release-please-version +VERSION=0.24.0 # x-release-please-version LDFLAGS=-ldflags "-s -w -X main.Version=$(VERSION)" TAGS=