Skip to content

Commit

Permalink
chore: prepare release (#1734)
Browse files Browse the repository at this point in the history
* chore: prepare release
  • Loading branch information
willydouhard authored Jan 17, 2025
1 parent 0904f0f commit 32d7fd8
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@ 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.4] - 2025-01-17

### Added
- Overhaul element reference link styling
- Japanese translations
- Improved Chinese translations
- Translations for feedback buttons


### Fixed
- Cookie max age should now correctly use the config `user_session_timeout` field
- Thread grouping in the chat history should now correctly handle timezones
- File from `AskFileMessage` should now share ID with the data layer
- Data layer boolean casting issues
- Chat settings modal scrolling issue

## [2.0.3] - 2025-01-14

### Added
Expand Down
2 changes: 1 addition & 1 deletion backend/chainlit/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
except metadata.PackageNotFoundError:
# Case where package metadata is not available, default to a 'non-outdated' version.
# Ref: config.py::load_settings()
__version__ = "0.3.1"
__version__ = "2.0.4"
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.3"
version = "2.0.4"
keywords = [
'LLM',
'Agents',
Expand Down

0 comments on commit 32d7fd8

Please sign in to comment.