docs(changelog): cut RoboCo 0.5.0

Promote the Unreleased section to [0.5.0] - 2026-06-16 — AC/decomposition
guardrails, per-dev sequenced code queues, the unified Business page, the 26
panel UI fixes, and the spawn/PR/ownership firefight fixes — and add the 0.5.0
compare link.

Correct the Removed note: the /cockpit, /company-goals, /secretary, and
/pitches panel routes are deleted (404), not redirected; the relocated strategy
signals are served by the new GET /api/cockpit/signals endpoint.

Bump the version 0.2.0 -> 0.5.0 across pyproject, __init__, config app_version,
panel package.json, and the uv.lock self-entry — these had drifted unbumped
since 0.3.0.
This commit is contained in:
Renn F
2026-06-16 08:48:19 +02:00
parent 1757659754
commit 99c2ac5c62
6 changed files with 82 additions and 5 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ class Settings(BaseSettings):
# ==========================================================================
# Application
# ==========================================================================
app_version: str = "0.2.0"
app_version: str = "0.5.0"
debug: bool = False
environment: str = Field(
default="development", pattern="^(development|staging|production)$"