Skip to content

Commit ccd5375

Browse files
authored
Merge pull request #317 from AppSprout-dev/release-please--branches--main
chore(main): release 0.31.0
2 parents 1cee5d2 + 9501fa5 commit ccd5375

3 files changed

Lines changed: 15 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.30.0"
2+
".": "0.31.0"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ 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.31.0](https://github.com/AppSprout-dev/mnemonic/compare/v0.30.0...v0.31.0) (2026-03-21)
8+
9+
10+
### Features
11+
12+
* dashboard session timeline, encoding pipeline, salience histogram ([1cee5d2](https://github.com/AppSprout-dev/mnemonic/commit/1cee5d2f6cfc4afa36c691c108e76740c8cb2c01))
13+
* dashboard session timeline, encoding pipeline, salience histogram ([6e7e5ef](https://github.com/AppSprout-dev/mnemonic/commit/6e7e5ef12aa0820eb98a00205e9c4d23180df444)), closes [#309](https://github.com/AppSprout-dev/mnemonic/issues/309)
14+
15+
16+
### Bug Fixes
17+
18+
* add --resume-step and restore _orig_mod prefix stripping ([cb1be55](https://github.com/AppSprout-dev/mnemonic/commit/cb1be555958824b8bb23005ae72b2429f0ee2692))
19+
720
## [0.30.0](https://github.com/AppSprout-dev/mnemonic/compare/v0.29.1...v0.30.0) (2026-03-21)
821

922

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

0 commit comments

Comments
 (0)