Skip to content

Changelog

This changelog references changes made both to the Django backend, django-ai-assistant, and the frontend TypeScript client, django-ai-assistant-client.

Note

The backend and the frontend are versioned together, that is, they have the same version number. When you update the backend, you should also update the frontend to the same version.

0.0.4 July 5, 2024

  • Fix frontend README.

0.0.3 July 5, 2024

  • Less restrictive Python version in pyproject.toml. Support future Python versions.

0.0.2 June 28, 2024

  • Add support for Django 4.2 LTS
  • Add support for Python 3.10 and 3.11

0.0.1 June 25, 2024

  • Initial release