Docs: Update MIGRATION_PLAN.md to v0.4.0 with new features (Company Explorer)

This commit is contained in:
2026-01-09 10:18:45 +00:00
parent c4fcc990b0
commit 89b8f75375
5 changed files with 179 additions and 33 deletions

View File

@@ -9,7 +9,7 @@ try:
class Settings(BaseSettings):
# App Info
APP_NAME: str = "Company Explorer"
VERSION: str = "0.3.0"
VERSION: str = "0.4.0"
DEBUG: bool = True
# Database (Store in App dir for simplicity)