chore(meta): release v0.1.32

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-06 23:37:48 +02:00
co-authored by Claude Opus 4.6
parent a6c286735e
commit 4028f71f2f
3 changed files with 4 additions and 2 deletions
+2
View File
@@ -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`
+1 -1
View File
@@ -1,5 +1,5 @@
name: The Settled Reach
version: 0.1.31
version: 0.1.32
repository: settled-reach
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "settled-reach-server"
version = "0.1.31"
version = "0.1.32"
edition = "2021"
[dependencies]