Skip to content

Commit

Permalink
update changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
mhordynski committed Dec 27, 2024
1 parent e3dbe01 commit 0482af6
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
5 changes: 5 additions & 0 deletions packages/ragbits-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@

## 0.6.0 (2024-12-27)

### Added

- Better error handling when dynamic importing fails in the CLI (#259).
- Add option to choose what columns to display in the output (#257).

### Changed

- ragbits-core updated to version v0.6.0
Expand Down
8 changes: 7 additions & 1 deletion packages/ragbits-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,15 @@

## 0.6.0 (2024-12-27)

### Added

- Add option to pass LiteLLM router to LLM instances (#262).
- Add commands to browse vector stores (#244).

### Changed

- Feat: Implement generic Options class (#248).
- Implement generic Options class (#248).
- Fix LiteLLM crash in python 3.13 (#245).

## 0.5.1 (2024-12-09)

Expand Down
8 changes: 7 additions & 1 deletion packages/ragbits/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,16 @@
### Changed

- ragbits-cli updated to version v0.6.0
- Better error handling when dynamic importing fails in the CLI (#259).
- Add option to choose what columns to display in the output (#257).
- ragbits-core updated to version v0.6.0
- Add option to pass LiteLLM router to LLM instances (#262).
- Add commands to browse vector stores (#244).
- Implement generic Options class (#248).
- Fix LiteLLM crash in python 3.13 (#245).
- ragbits-document-search updated to version v0.6.0
- ragbits-evaluate updated to version v0.6.0
- ragbits-guardrails updated to version v0.6.0
- ragbits-core updated to version v0.6.0

## 0.5.1 (2024-12-09)

Expand Down

0 comments on commit 0482af6

Please sign in to comment.