From cc43f14c39a9b1969dae5a340074b36361d0826a Mon Sep 17 00:00:00 2001 From: Jeroen Schweitzer Date: Mon, 23 Feb 2026 16:24:23 +0100 Subject: [PATCH] chore(meta): release v0.1.15 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 f162f7416..f9a6fc688 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ Format based on [Keep a Changelog](https://keepachangelog.com/). ## [Unreleased] +## [v0.1.15] — 2026-02-23 + ### Added - Sprint 16 "Converse" briefings — 8 tickets across server/client/copy/visual teams - 19 UI wireframes — HUD, dialogue, monologue, popups, menus in v0.1 and v1.0 variants with D-record cross-references diff --git a/project.yaml b/project.yaml index d75f3ca92..3f02b4cbc 100644 --- a/project.yaml +++ b/project.yaml @@ -1,5 +1,5 @@ name: The Settled Reach -version: 0.1.14 +version: 0.1.15 repository: settled-reach codename: commonwealth diff --git a/server/Cargo.toml b/server/Cargo.toml index a967911a2..d3864c8ce 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "settled-reach-server" -version = "0.1.14" +version = "0.1.15" edition = "2021" [dependencies]