From bddc29836b310ddcd6ccf8d64cb83459a452e6cc Mon Sep 17 00:00:00 2001 From: Willy Douhard Date: Thu, 9 Jan 2025 09:43:26 +0100 Subject: [PATCH] chore: prepare release (#1650) --- CHANGELOG.md | 14 ++++++++++++++ backend/pyproject.toml | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e557144a2..1b2752afd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,20 @@ All notable changes to Chainlit will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## [2.0.1] - 2025-01-09 + +### Added +- `window.toggleChainlitCopilot()` to toggle the copilot + +### Fixed +- Chat profiles icon and description should now be displayed on the welcome screen +- Action should be able to trigger the first interaction +- Raw code blocks should now be displayed correctly +- TextInput for chat settings should now work +- Upload attachement button should not be displayed when upload is disabled +- Removed unused numpy dependency + + ## [2.0.0] - 2025-01-06 The Chainlit UI (including the copilot) has been completely re-written with Shadcn/Tailwind. This brings several advantages: diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 97289a4edf..ee0877600e 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "chainlit" -version = "2.0.0" +version = "2.0.1" keywords = [ 'LLM', 'Agents',