Skip to content

Commit

Permalink
Add release notes for 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Dec 11, 2024
1 parent 7d09c31 commit 0f29f39
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docs/releases/v0.10.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
## Version 0.10.1

This minor release includes a version bump and improvements in type hinting within the llamabot components.

### New Features

- Improved type hinting in the `process_messages` function to support variable length tuples, enhancing the function's flexibility and correctness in handling different input types. (440a6af) (Eric Ma)
- Updated llamabot version in `pixi.lock` from 0.9.21 to 0.10.0, ensuring compatibility with the latest features and fixes. (440a6af) (Eric Ma)
- Extended `test_process_messages_with_nested_types` to better verify the handling of various input types, improving test coverage and reliability. (440a6af) (Eric Ma)

### Bug Fixes

- None

### Deprecations

- None

This release primarily focuses on internal improvements and does not introduce any new user-facing features or deprecations.

0 comments on commit 0f29f39

Please sign in to comment.