Skip to content

Commit 2997037

Browse files
authored
chore: prepare release (#1877)
1 parent 2dff4f6 commit 2997037

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ 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.2.0] - 2025-02-08
8+
9+
### Added
10+
11+
- You can now add custom buttons in the header
12+
13+
### Fixed
14+
15+
- Step open/close is now animated
16+
- prevent unstyled flash when streaming code blocks
17+
- Docking/undocking scroll while streaming show now work better
18+
719
## [2.1.2] - 2025-02-05
820

921
### Fixed

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.1.2"
8+
__version__ = "2.2.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.1.2"
3+
version = "2.2.0"
44
keywords = [
55
'LLM',
66
'Agents',

0 commit comments

Comments
 (0)