chore(12-04): bump version to 0.2.0 and finalize Phase 12 documentation
- backend/main.py, frontend/package.json: 0.1.6 → 0.2.0 (phase-complete minor bump) - AGENTS.md: current state updated to Phase 12 complete; cloud-resource-foundation summary with browse contract, security suite, and Phase 13/14 boundary note - README.md: version updated to 0.2.0 - All existing shared module map rules and frontend architecture constraints unchanged
This commit is contained in:
+1
-1
@@ -244,7 +244,7 @@ async def lifespan(app: FastAPI):
|
||||
|
||||
# ── Application factory ───────────────────────────────────────────────────────
|
||||
|
||||
app = FastAPI(title="Document Scanner API", version="0.1.6", lifespan=lifespan)
|
||||
app = FastAPI(title="Document Scanner API", version="0.2.0", lifespan=lifespan)
|
||||
|
||||
# Rate limiter state (slowapi)
|
||||
app.state.limiter = auth_limiter
|
||||
|
||||
Reference in New Issue
Block a user