diff --git a/CHANGELOG.md b/CHANGELOG.md index bde62c783..1c32e2e66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ Format based on [Keep a Changelog](https://keepachangelog.com/). ## [Unreleased] +## [v0.1.24] — 2026-03-06 + ### Changed - Replaced all in-universe "Commonwealth" references with "the Settled Reach" across 44 files (agents, decisions, docs, tooling, server). Historical discussion transcripts and Hamilton book references kept as-is. diff --git a/docs/backups/settledreach.db.backup b/docs/backups/settledreach.db.backup index c9ebe6d8f..62ef79383 100644 Binary files a/docs/backups/settledreach.db.backup and b/docs/backups/settledreach.db.backup differ diff --git a/project.yaml b/project.yaml index 4f82ce093..898820d3d 100644 --- a/project.yaml +++ b/project.yaml @@ -1,5 +1,5 @@ name: The Settled Reach -version: 0.1.23 +version: 0.1.24 repository: settled-reach codename: commonwealth diff --git a/server/Cargo.toml b/server/Cargo.toml index adcf0692e..76cb7b1ab 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "settled-reach-server" -version = "0.1.23" +version = "0.1.24" edition = "2021" [dependencies]