Skip to content

Latest commit

 

History

History
executable file
·
64 lines (32 loc) · 3.45 KB

File metadata and controls

executable file
·
64 lines (32 loc) · 3.45 KB

Changelog

0.4.6 (2026-03-13)

Bug Fixes

  • correct YAML list indentation in uvicorn log config (ea4dc46)

Documentation

  • add Claude Code project documentation guides (d764900)

0.4.5 (2026-01-08)

Bug Fixes

  • address PR review comments (d9e45c5)
  • correct table header formatting in db_schema.md and exception-handling.md (f1dcfea)
  • downgrade CUDA version in Dockerfile to 13.0.1 (c6ad4cc)
  • increase health check wait time and improve error logging in CI workflow; add curl to Dockerfile (2ae089f)
  • replace datetime.utcnow() with timezone-aware datetime.now(timezone.utc) (25e519b)
  • revert CUDA base image version to 13.0.1 (cf47db0)

Documentation

  • issue-templates: add Copilot Story issue template with TDD and testing standards (dbfe2c6)

0.4.4 (2025-12-15)

Bug Fixes

  • correct table header formatting in db_schema.md and exception-handling.md (e346fc2)
  • increase health check wait time and improve error logging in CI workflow; add curl to Dockerfile (fd11d0c)

0.4.3 (2025-10-26)

Documentation

  • issue-templates: add Copilot Story issue template with TDD and testing standards (f7af931)

0.4.2 (2025-10-26)

Documentation

  • issue-templates: add Copilot Story issue template with TDD and testing standards (1d88ad2)

0.4.1 (2025-10-24)

Bug Fixes

  • address PR review comments (a80612e)

0.3.1 (2025-10-23)

Bug Fixes

  • update GitHub token reference from GITHUB_TOKEN to PAT_TOKEN in CI workflow (cc844e6)