From 8f24634a24a1e78e0b12aa559b11c63110e4d58b Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Tue, 3 Feb 2026 18:02:23 -0600 Subject: [PATCH] CHANGELOG: Update for 0.0.3 and 0.0.4 --- CHANGELOG.rst | 30 ++++++++++++++++++++++++++++-- 1 file changed, 28 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 32ad576..0cc6ca5 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,10 +6,36 @@ -0.0.3 (Unreleased) +0.0.4 (2026-02-03) ================== -* ... +* Updated SQL script to be fully idempotent. + + + +0.0.3 (2026-01-20) +================== + +* Updated logos for new Berkeley logotype. + +* Updated Chainlit to 2.9.5. + +* Separated documents from the rest of message history. + +* Updated Langchain to 1.2.5 for CVE. + +* Added integration with Langfuse for Chainlit feedback. + +* Added end-to-end tests for TIND and LanceDB. + +* Redesigned TIND references element. + +* Added support for pulling Postgres password from Docker secrets. + +* Added a custom data layer retrieval method so that we can use custom + database environment variables. + +* Updated Chainlit to 2.9.3.