Skip to content

Commit a9a25ff

Browse files
chore(main): release 0.25.0
1 parent e0950e3 commit a9a25ff

3 files changed

Lines changed: 10 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.24.0"
2+
".": "0.25.0"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ 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.25.0](https://github.com/AppSprout-dev/mnemonic/compare/v0.24.0...v0.25.0) (2026-03-20)
8+
9+
10+
### Features
11+
12+
* add lifecycle simulation test suite ([63b3490](https://github.com/AppSprout-dev/mnemonic/commit/63b3490576c7295393a124c82c59597200262922))
13+
* expand synthetic data catalogs for lifecycle test ([9103a2c](https://github.com/AppSprout-dev/mnemonic/commit/9103a2c8cf1d52a1a66fee03626cfa1ac1540e03)), closes [#257](https://github.com/AppSprout-dev/mnemonic/issues/257)
14+
715
## [0.24.0](https://github.com/AppSprout-dev/mnemonic/compare/v0.23.0...v0.24.0) (2026-03-20)
816

917

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

0 commit comments

Comments
 (0)