Release v0.7.7

- Updated version to 0.7.7
- Added comprehensive demo and release notes
- Updated all documentation
This commit is contained in:
ntohidi
2025-11-14 10:23:31 +01:00
parent 2c973b1183
commit 6244f56f36
7 changed files with 1966 additions and 20 deletions

View File

@@ -1,7 +1,7 @@
FROM python:3.12-slim-bookworm AS build
# C4ai version
ARG C4AI_VER=0.7.6
ARG C4AI_VER=0.7.7
ENV C4AI_VERSION=$C4AI_VER
LABEL c4ai.version=$C4AI_VER