diff --git a/CHANGELOG.md b/CHANGELOG.md index 3235bae21..6848228e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ Format based on [Keep a Changelog](https://keepachangelog.com/). ## [Unreleased] +## [v0.1.32] — 2026-04-06 + ### Added - Economics schema extension (#804): 5 new tables in systems.db (gate_links, commodities, production_chains, chain_inputs, corp_presence) + currency_zone and corporation archetype columns - Economics import pipeline (`tooling/economy-db/import_economics.py`): reads TOML/JSON source data, populates systems.db. Idempotent via `make economy-db` diff --git a/project.yaml b/project.yaml index d79a76520..e9aa01a0e 100644 --- a/project.yaml +++ b/project.yaml @@ -1,5 +1,5 @@ name: The Settled Reach -version: 0.1.31 +version: 0.1.32 repository: settled-reach diff --git a/server/Cargo.toml b/server/Cargo.toml index be25212cb..f27793899 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "settled-reach-server" -version = "0.1.31" +version = "0.1.32" edition = "2021" [dependencies]