Skip to content

Commit

Permalink
chore: prepare release (#1650)
Browse files Browse the repository at this point in the history
  • Loading branch information
willydouhard authored Jan 9, 2025
1 parent 3043989 commit bddc298
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion backend/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "chainlit"
version = "2.0.0"
version = "2.0.1"
keywords = [
'LLM',
'Agents',
Expand Down

0 comments on commit bddc298

Please sign in to comment.