From f7e5b7eb6347c6abfed83a23e13e95622655af17 Mon Sep 17 00:00:00 2001 From: Jeroen Schweitzer Date: Thu, 19 Feb 2026 13:13:56 +0100 Subject: [PATCH] chore(meta): release v0.1.11 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 8531aec2c..dacf537cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ Format based on [Keep a Changelog](https://keepachangelog.com/). ## [Unreleased] +## [v0.1.11] — 2026-02-19 + ### Added - Sprint 12 "Build" briefings — 50 tickets across server, client, copy, visual, ci teams; production-layer foundations + all v0.1 copy authoring - `.tmp/` gitignored repo directory for agent temp files — avoids Bash permission prompts during PR review comment posting diff --git a/project.yaml b/project.yaml index 5c61bb55a..4ebee5445 100644 --- a/project.yaml +++ b/project.yaml @@ -1,5 +1,5 @@ name: The Settled Reach -version: 0.1.10 +version: 0.1.11 repository: settled-reach codename: commonwealth diff --git a/server/Cargo.toml b/server/Cargo.toml index 90bc56c67..1c68ade0c 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "settled-reach-server" -version = "0.1.10" +version = "0.1.11" edition = "2021" [dependencies]