Skip to content

Commit 59691b4

Browse files
authored
chore: prepare release (#1834)
1 parent 2cf60b2 commit 59691b4

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ 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.1.0] - 2025-01-30
8+
9+
### Added
10+
11+
- You can now send toasts with `cl.context.emitter.send_toast`
12+
- Markdown now supports alerts
13+
- Theme options are now translatable
14+
- Copilot can now load custom css
15+
16+
### Fixed
17+
18+
- Mounting Chainlit as a sub app should no longer break the parent's app endpoints
19+
- Pasting text in the chat input should now remove extra formatting and preserve new lines
20+
21+
722
## [2.0.603] - 2025-01-28
823

924
### Added

backend/chainlit/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
except metadata.PackageNotFoundError:
66
# Case where package metadata is not available, default to a 'non-outdated' version.
77
# Ref: config.py::load_settings()
8-
__version__ = "2.0.603"
8+
__version__ = "2.1.0"

backend/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "chainlit"
3-
version = "2.0.603"
3+
version = "2.1.0"
44
keywords = [
55
'LLM',
66
'Agents',

0 commit comments

Comments
 (0)