diff --git a/CHANGELOG.md b/CHANGELOG.md index 59f4ede16..08113b76b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ Format based on [Keep a Changelog](https://keepachangelog.com/). ## [Unreleased] +## [v0.1.30] — 2026-04-05 + ### Added - `corridor-status` subcommand for atlas CLI — shows remaining unfinished systems grouped by geographic sector and hop distance (#744) - Star map insert module — concentric hop-ring view of 301 systems, sector-colored, click-to-select with info panel, pan/zoom (#674) diff --git a/docs/backups/settledreach.db.backup b/docs/backups/settledreach.db.backup index b2280aee1..a6fcdaba5 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 e470263c2..6596f79ad 100644 --- a/project.yaml +++ b/project.yaml @@ -1,5 +1,5 @@ name: The Settled Reach -version: 0.1.29 +version: 0.1.30 repository: settled-reach diff --git a/server/Cargo.toml b/server/Cargo.toml index 481ca2eb8..2dd7e012d 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "settled-reach-server" -version = "0.1.29" +version = "0.1.30" edition = "2021" [dependencies]