From e2d2211ff66a6d1c41e0635c17d73f4b17f5479c Mon Sep 17 00:00:00 2001 From: Jeroen Schweitzer Date: Thu, 19 Feb 2026 09:13:49 +0100 Subject: [PATCH] chore(meta): release v0.1.10 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 572c56469..2c722f37b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ Format based on [Keep a Changelog](https://keepachangelog.com/). ## [Unreleased] +## [v0.1.10] — 2026-02-19 + ### Added - `project.yaml` — technical project descriptor with version, architecture, simulation, and content model as the canonical version source of truth - Scratchpad: asset generation pipeline idea (registry, status tracking, prompt versioning, pre-sprint cohesion) diff --git a/project.yaml b/project.yaml index 6405b2b2b..5c61bb55a 100644 --- a/project.yaml +++ b/project.yaml @@ -1,5 +1,5 @@ name: The Settled Reach -version: 0.1.9 +version: 0.1.10 repository: settled-reach codename: commonwealth diff --git a/server/Cargo.toml b/server/Cargo.toml index 137cc916b..90bc56c67 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "settled-reach-server" -version = "0.1.9" +version = "0.1.10" edition = "2021" [dependencies]