chore: bump version to 0.2.5

Update version across all configuration files and documentation.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
2025-12-07 15:44:27 +01:00
co-authored by Claude Sonnet 4.5
parent 505d284977
commit eba46f7e9b
4 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ class Config(BaseSettings):
# Application
APP_NAME: str = "OpenAI-Compatible API"
APP_VERSION: str = "0.2.0"
APP_VERSION: str = "0.2.5"
ENVIRONMENT: Environment = Environment.DEVELOPMENT
DEBUG: bool = Field(default=False, description="Debug mode")