Bump version to 0.1.2; update logging paths and enhance CLI with version command

This commit is contained in:
2026-06-27 14:32:52 +08:00
parent 2fc815b788
commit ac79dd0618
13 changed files with 161 additions and 33 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "nexus-claude-api"
version = "0.1.1"
version = "0.1.2"
description = "Local Anthropic-compatible Claude Code proxy for AI Nexus Bedrock Converse."
readme = "README.md"
requires-python = ">=3.11"
@@ -30,4 +30,3 @@ packages = ["src/nexus_claude_api"]
[tool.pytest.ini_options]
testpaths = ["tests"]
pythonpath = ["src"]