Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix dates in changelog #872

Merged
merged 1 commit into from
Apr 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

Nothing is unreleased!

## [1.0.500] - 2023-04-02
## [1.0.500] - 2024-04-02

### Added

Expand All @@ -31,7 +31,7 @@ Nothing is unreleased!
- Feedback no longer has a -1 value. Instead a delete_feedback method has been added to the data layer
- ThreadDict no longer has the full User object. Instead it has user_id and user_identifier fields

## [1.0.400] - 2023-03-06
## [1.0.400] - 2024-03-06

### Added

Expand All @@ -46,7 +46,7 @@ Nothing is unreleased!

- Enforce UTC DateTimes

## [1.0.300] - 2023-02-19
## [1.0.300] - 2024-02-19

### Added

Expand All @@ -57,7 +57,7 @@ Nothing is unreleased!

- The `ChatGeneration` and `CompletionGeneration` has been reworked to better match the OpenAI semantics

## [1.0.200] - 2023-01-22
## [1.0.200] - 2024-01-22

### Added

Expand All @@ -69,15 +69,15 @@ Nothing is unreleased!

- Tasklist flickering

## [1.0.101] - 2023-01-12
## [1.0.101] - 2024-01-12

### Fixed

- Llama index callback handler should now correctly nest the intermediary steps
- Toggling hide_cot parameter in the UI should correctly hide the `took n steps` buttons
- `running` loading button should only be displayed once when `hide_cot` is true and a message is being streamed

## [1.0.100] - 2023-01-10
## [1.0.100] - 2024-01-10

### Added

Expand All @@ -94,7 +94,7 @@ Nothing is unreleased!
- If `hide_cot` is set to `true`, the UI will never get the intermediary steps (but they will still be persisted)
- Fixed a bug preventing to open past chats

## [1.0.0] - 2023-01-08
## [1.0.0] - 2024-01-08

### Added

Expand Down
Loading