Skip to content

Commit bddc298

Browse files
authored
chore: prepare release (#1650)
1 parent 3043989 commit bddc298

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ All notable changes to Chainlit will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

7+
## [2.0.1] - 2025-01-09
8+
9+
### Added
10+
- `window.toggleChainlitCopilot()` to toggle the copilot
11+
12+
### Fixed
13+
- Chat profiles icon and description should now be displayed on the welcome screen
14+
- Action should be able to trigger the first interaction
15+
- Raw code blocks should now be displayed correctly
16+
- TextInput for chat settings should now work
17+
- Upload attachement button should not be displayed when upload is disabled
18+
- Removed unused numpy dependency
19+
20+
721
## [2.0.0] - 2025-01-06
822

923
The Chainlit UI (including the copilot) has been completely re-written with Shadcn/Tailwind. This brings several advantages:

backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "chainlit"
3-
version = "2.0.0"
3+
version = "2.0.1"
44
keywords = [
55
'LLM',
66
'Agents',

0 commit comments

Comments
 (0)