From abb509eb00c9031eaee5f9ae64aa4b05362596d5 Mon Sep 17 00:00:00 2001 From: Jeroen Schweitzer Date: Fri, 13 Mar 2026 12:38:13 +0100 Subject: [PATCH] chore(meta): release v0.1.26 Co-Authored-By: Claude Opus 4.6 --- CHANGELOG.md | 2 ++ project.yaml | 2 +- server/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d4667ee2..553b5329d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ Format based on [Keep a Changelog](https://keepachangelog.com/). ## [Unreleased] +## [v0.1.26] — 2026-03-13 + ### Added - ContentType::Factual — lines with numbers, denials, causal chains bypass LLM and serve base text directly (#650, D-138) - Voice pipeline observer integration — enrichment systems rewrite dialogue/conversation text with voiced versions before snapshot assembly (#652) diff --git a/project.yaml b/project.yaml index 1695df86b..1d21cc62b 100644 --- a/project.yaml +++ b/project.yaml @@ -1,5 +1,5 @@ name: The Settled Reach -version: 0.1.25 +version: 0.1.26 repository: settled-reach codename: commonwealth diff --git a/server/Cargo.toml b/server/Cargo.toml index cc16664bd..9310224b0 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "settled-reach-server" -version = "0.1.25" +version = "0.1.26" edition = "2021" [dependencies]